From 9f358708703a4cbf1e51166e5284347beefc681e Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sun, 23 Feb 2025 01:31:43 +0000 Subject: [PATCH] Change gutter space from 1 > 2 --- nvim/lua/vim_opt.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/vim_opt.lua b/nvim/lua/vim_opt.lua index 80c2924..d76611a 100644 --- a/nvim/lua/vim_opt.lua +++ b/nvim/lua/vim_opt.lua @@ -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