1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update signcolumn option

For git project, diagnostics and git gutter sign may fight each other if
sign column is not wide enough.
This commit is contained in:
jdhao 2020-11-10 23:14:58 +08:00
parent bcdb988dc1
commit 3178f89c2f

View File

@ -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
"}