config: nvim: general: remove old completion menu option
In preparation for neovim completion.
This commit is contained in:
parent
26d8a6b5b4
commit
cfa621b864
1 changed files with 0 additions and 5 deletions
|
|
@ -14,11 +14,6 @@ endif
|
||||||
" ignorelist
|
" ignorelist
|
||||||
set wildignore=*.o,*.d,*.so,*.class,*.aux,*.log,*.out,*.toc,*.pdf,*.pyc
|
set wildignore=*.o,*.d,*.so,*.class,*.aux,*.log,*.out,*.toc,*.pdf,*.pyc
|
||||||
|
|
||||||
" show completion menu even with only one match
|
|
||||||
if exists('+completeopt')
|
|
||||||
set completeopt+=menuone
|
|
||||||
endif
|
|
||||||
|
|
||||||
" increase command history
|
" increase command history
|
||||||
set history=1000
|
set history=1000
|
||||||
" increase count of possible undos
|
" increase count of possible undos
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue