From e8187348e11af79bfaeebb81ed3fb66348b8f4c9 Mon Sep 17 00:00:00 2001 From: Mayank Suman Date: Sun, 1 Jan 2017 15:31:44 +0530 Subject: [PATCH] Fixed ballon not shown issue --- nvim/config.vim | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nvim/config.vim b/nvim/config.vim index 17949b4..94ba701 100644 --- a/nvim/config.vim +++ b/nvim/config.vim @@ -50,13 +50,7 @@ highlight clear LineNr " Current line number row will have if exists('+colorcolumn') set colorcolumn=80 " Color the 80th column differently as a wrapping guide. endif -" Disable tooltips for hovering keywords in Vim -if exists('+ballooneval') - " This doesn't seem to stop tooltips for Ruby files - set noballooneval - " 100 second delay seems to be the only way to disable the tooltips - set balloondelay=100000 -endif + " --------------- " Behaviors