nvim: init.vim: menuone is not we need in completeopt
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
e9941f935a
commit
b304adcfdd
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ set termguicolors " Enable colors for terminal
|
||||||
set fileformat=unix
|
set fileformat=unix
|
||||||
|
|
||||||
set clipboard^=unnamed,unnamedplus
|
set clipboard^=unnamed,unnamedplus
|
||||||
set completeopt=menuone,noselect,preview,noinsert
|
set completeopt=menu,noselect,preview,noinsert
|
||||||
" Required for vim-workspace
|
" Required for vim-workspace
|
||||||
" See https://github.com/thaerkh/vim-workspace/issues/11
|
" See https://github.com/thaerkh/vim-workspace/issues/11
|
||||||
set sessionoptions-=blank
|
set sessionoptions-=blank
|
||||||
|
|
Loading…
Reference in a new issue