Disable the neosnippet preview candidate window. When enabled, there can be too much visual noise especially when splits are used.

This commit is contained in:
mmikitka 2013-03-21 12:29:09 -04:00
parent d75b61f272
commit 2cfccdd84c

5
.vimrc
View File

@ -526,6 +526,11 @@
if has('conceal')
set conceallevel=2 concealcursor=i
endif
" Disable the neosnippet preview candidate window
" When enabled, there can be too much visual noise
" especially when splits are used.
set completeopt-=preview
" }
" UndoTree {