1
0
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:
jdhao 2019-12-27 01:22:34 +08:00
parent ec28139f02
commit fdf24f409c

View File

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