diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-10 23:14:58 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-10 23:14:58 +0800 |
| commit | 3178f89c2f17c940fcb412c0e6634224172abfe8 (patch) | |
| tree | 8699a77d7675c13a98edffd78d9d099ad5b65934 /core | |
| parent | bcdb988dc1f04be49f62ee377b591b43924fe794 (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.vim | 2 |
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 "} |
