From 3178f89c2f17c940fcb412c0e6634224172abfe8 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 10 Nov 2020 23:14:58 +0800 Subject: [PATCH] update signcolumn option For git project, diagnostics and git gutter sign may fight each other if sign column is not wide enough. --- core/options.vim | 2 ++ 1 file changed, 2 insertions(+) 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 "}