aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2021-09-17 08:44:31 +0800
committerGuangxiong Lin <[email protected]>2021-09-17 08:44:31 +0800
commit2b03177ac4ec96972eb59a33db32f9f93a1341b0 (patch)
tree55f5212dc4fed4ed25d59c0fec69a6553505d627 /.vim/plugin
parentba8d1aa6da01434bad6139f3a68cf06edad58f7c (diff)
downloaddotfiles-2b03177ac4ec96972eb59a33db32f9f93a1341b0.tar.gz
dotfiles-2b03177ac4ec96972eb59a33db32f9f93a1341b0.tar.bz2
dotfiles-2b03177ac4ec96972eb59a33db32f9f93a1341b0.zip
Set signcolumn in vim-lsp
Diffstat (limited to '.vim/plugin')
-rw-r--r--.vim/plugin/lsp.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/plugin/lsp.vim b/.vim/plugin/lsp.vim
index 2816300..0cd0a36 100644
--- a/.vim/plugin/lsp.vim
+++ b/.vim/plugin/lsp.vim
@@ -8,7 +8,6 @@ endif
function! s:on_lsp_buffer_enabled() abort
setlocal omnifunc=lsp#complete
- setlocal signcolumn=no
if exists('+tagfunc') | setlocal tagfunc=lsp#tagfunc | endif
nmap <buffer> gd <plug>(lsp-definition)
nmap <buffer> gs <plug>(lsp-document-symbol-search)