mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Fix deoplete autocompletion issue
This commit is contained in:
parent
ec28139f02
commit
fdf24f409c
@ -123,7 +123,7 @@ set undofile
|
|||||||
set shortmess+=c
|
set shortmess+=c
|
||||||
|
|
||||||
" Completion behaviour
|
" Completion behaviour
|
||||||
set completeopt+=noinsert " Auto select the first completion entry
|
" set completeopt+=noinsert " Auto select the first completion entry
|
||||||
set completeopt+=menuone " Show menu even if there is only one item
|
set completeopt+=menuone " Show menu even if there is only one item
|
||||||
set completeopt-=preview " Disable the preview window
|
set completeopt-=preview " Disable the preview window
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user