diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-27 01:22:34 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2019-12-27 01:22:34 +0800 |
| commit | fdf24f409cea919557fcc68ba11d2ec999574aba (patch) | |
| tree | 43db2a6dea7eaf29facbed2b6a1bfab5d86f3e97 /options.vim | |
| parent | ec28139f02014aa8b80232d43ce58ebe4482cf0b (diff) | |
Fix deoplete autocompletion issue
Diffstat (limited to 'options.vim')
| -rw-r--r-- | options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.vim b/options.vim index 8a40608..188e938 100644 --- a/options.vim +++ b/options.vim @@ -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 |
