summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2020-12-14 03:12:45 +0100
committeryushyin <yushyin@saga>2020-12-14 03:12:45 +0100
commit437ceadb6a8d67a61be8bcb97a476b954f184e87 (patch)
tree22963fa56824415792d0a7887a38e99132599682 /vim
parent977df7eead79411180f01d9ef4474f835baf706e (diff)
downloaddotfiles-igor-master.tar.gz
dotfiles-igor-master.tar.xz
Add base16-shell, add playerctl hotkeyHEADmaster
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