Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
Showing only changes of commit 9f35870870 - Show all commits

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