From 51259d2b11cca0433a538bbd5beac573ccb969dc Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Wed, 10 Apr 2024 22:21:26 +0200 Subject: [PATCH] Add another signcolumn as they were fighting each other --- 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 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