config: nvim: general: remove old completion menu option

In preparation for neovim completion.
This commit is contained in:
Thomas Preisner 2022-09-18 17:04:28 +02:00
parent 26d8a6b5b4
commit cfa621b864

View file

@ -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