diff --git a/config/nvim/general.vim b/config/nvim/general.vim index 8bc229f..f040ce8 100644 --- a/config/nvim/general.vim +++ b/config/nvim/general.vim @@ -14,11 +14,6 @@ endif " ignorelist 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 set history=1000 " increase count of possible undos