mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-14 14:03:47 -05:00
Set complete-=i
When this actually works, it can make completion lag horribly. Let's cut off the finger to save the hand.
This commit is contained in:
@@ -12,6 +12,7 @@ if !exists('g:syntax_on')
|
||||
endif
|
||||
|
||||
set backspace=indent,eol,start
|
||||
set complete-=i
|
||||
set showmatch
|
||||
|
||||
set autoindent
|
||||
|
||||
Reference in New Issue
Block a user