aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-11-10 23:14:58 +0800
committerjdhao <jdhao@hotmail.com>2020-11-10 23:14:58 +0800
commit3178f89c2f17c940fcb412c0e6634224172abfe8 (patch)
tree8699a77d7675c13a98edffd78d9d099ad5b65934 /core
parentbcdb988dc1f04be49f62ee377b591b43924fe794 (diff)
update signcolumn option
For git project, diagnostics and git gutter sign may fight each other if sign column is not wide enough.
Diffstat (limited to 'core')
-rw-r--r--core/options.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/options.vim b/core/options.vim
index 5d94c3c..3f8d883 100644
--- a/core/options.vim
+++ b/core/options.vim
@@ -161,4 +161,6 @@ augroup END
" Set up cursor color and shape in various mode, ref:
" https://github.com/neovim/neovim/wiki/FAQ#how-to-change-cursor-color-in-the-terminal
set guicursor=n-v-c:block-Cursor/lCursor,i-ci-ve:ver25-Cursor2/lCursor2,r-cr:hor20,o:hor20
+
+set signcolumn=auto:2
"}