1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

don't scan every file with vim's autocomplete

i never use this anyway, so this saves me time
whenever i accidentally activate it.
This commit is contained in:
Connor Olding 2020-11-05 17:11:07 +01:00
parent 148a9fa5b6
commit ba45865aa0

View File

@ -87,6 +87,7 @@ set undofile " remember undos across files/sessions
set diffopt+=iwhite " ignore whitespace in diff command
set ttimeoutlen=50 " make changing modes a bit snappier
set hidden " allow swapping out of unsaved buffers
set complete=.,w,b,u,t " don't scan every file with autocomplete
if has('mksession')
set sessionoptions=blank,buffers,curdir,options,folds,tabpages,winsize,resize,winpos
end