Change gutter space from 1 > 2

This commit is contained in:
Martin Larsson 2025-02-23 01:32:56 +00:00
parent a8d998a545
commit 72eb62b9cb

View file

@ -22,7 +22,7 @@ opt.softtabstop = 4
opt.shortmess:append("sI") opt.shortmess:append("sI")
-- Signcolumn -- 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: "~" opt.fillchars = { eob = " " } -- Remove the fill character for empty lines which defaults to: "~"
-- Search -- Search