summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/files/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/files/vimrc b/vim/files/vimrc
index 7861cc9..aeaacf3 100644
--- a/vim/files/vimrc
+++ b/vim/files/vimrc
@@ -148,6 +148,7 @@ if dein#tap('vim-lsp')
function! s:on_lsp_buffer_enabled() abort
setl omnifunc=lsp#complete
setl signcolumn=yes
+ setl completeopt-=preview
endfunction
augroup lsp_install