diff options
author | listout <listout@protonmail.com> | 2021-05-31 12:36:25 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-05-31 12:36:25 +0530 |
commit | 33868b4b46ede58a97152074e9aad09c492f3116 (patch) | |
tree | 1880489711f506d8171b0d8d3c79a949cd0e2ffd | |
parent | d294aad6c6b24fd2510555004bfa1f291cf2b7d8 (diff) |
removing signcolom section
-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. |