mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08: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:
parent
148a9fa5b6
commit
ba45865aa0
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ set undofile " remember undos across files/sessions
|
||||||
set diffopt+=iwhite " ignore whitespace in diff command
|
set diffopt+=iwhite " ignore whitespace in diff command
|
||||||
set ttimeoutlen=50 " make changing modes a bit snappier
|
set ttimeoutlen=50 " make changing modes a bit snappier
|
||||||
set hidden " allow swapping out of unsaved buffers
|
set hidden " allow swapping out of unsaved buffers
|
||||||
|
set complete=.,w,b,u,t " don't scan every file with autocomplete
|
||||||
if has('mksession')
|
if has('mksession')
|
||||||
set sessionoptions=blank,buffers,curdir,options,folds,tabpages,winsize,resize,winpos
|
set sessionoptions=blank,buffers,curdir,options,folds,tabpages,winsize,resize,winpos
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue