From 2b03177ac4ec96972eb59a33db32f9f93a1341b0 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Fri, 17 Sep 2021 08:44:31 +0800 Subject: Set signcolumn in vim-lsp --- .vim/plugin/lsp.vim | 1 - 1 file changed, 1 deletion(-) (limited to '.vim/plugin/lsp.vim') 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 gd (lsp-definition) nmap gs (lsp-document-symbol-search) -- cgit v1.2.3