diff --git a/nvim/lua/vim_opt.lua b/nvim/lua/vim_opt.lua index 7e66077..d8783d9 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