Change gutter space from 1 > 2

This commit is contained in:
Martin Larsson 2025-02-23 01:31:43 +00:00
parent f1e18ce6b1
commit 9f35870870

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