Add another signcolumn as they were fighting each other

This commit is contained in:
Martin Larsson 2024-04-10 22:21:26 +02:00
parent caf9005c3a
commit 51259d2b11

View file

@ -22,7 +22,7 @@ opt.softtabstop = 4
opt.shortmess:append("sI")
-- Signcolumn
opt.signcolumn = "yes:1" -- Adds a spacing to the left which can contain gutter icons
opt.signcolumn = "yes:2" -- Adds a spacing to the left which can contain gutter icons
opt.fillchars = { eob = " " } -- Remove the fill character for empty lines which defaults to: "~"
-- Search