Skip to content

Commit

Permalink
Fixed ballon not shown issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mayanksuman committed Jan 1, 2017
1 parent 120e2b2 commit e818734
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions nvim/config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e818734

Please sign in to comment.