merge signcolum

This commit is contained in:
Thomas Ruoff
2021-04-15 22:28:04 +02:00
parent 3a2d7b153f
commit a28a0b824b

View File

@@ -37,6 +37,16 @@ set hlsearch
set gdefault
set number
" 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
set report=0
set showcmd