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:
@@ -123,7 +123,7 @@ set undofile
|
||||
set shortmess+=c
|
||||
|
||||
" 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-=preview " Disable the preview window
|
||||
|
||||
|
||||
Reference in New Issue
Block a user