diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/coc.vim | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/coc.vim b/configs/coc.vim index d5a890b..4f9b8ea 100644 --- a/configs/coc.vim +++ b/configs/coc.vim @@ -19,15 +19,6 @@ set timeoutlen=500 " Don't pass messages to |ins-completion-menu|. set shortmess+=c -" Always show the signcolumn, otherwise it would shift the text each time -" diagnostics appear/become resolved. -"if has("patch-8.1.1564") - "" Recently vim can merge signcolumn and number column into one - "set signcolumn=number -"else - "set signcolumn=yes -"endif - " Use tab for trigger completion with characters ahead and navigate. " NOTE: Use command ':verbose imap <tab>' to make sure tab is not mapped by " other plugin before putting this into your config. |