diff --git a/nvim/lua/user/plugins/editor.lua b/nvim/lua/user/plugins/editor.lua index 701c91c..b49ccd6 100644 --- a/nvim/lua/user/plugins/editor.lua +++ b/nvim/lua/user/plugins/editor.lua @@ -47,6 +47,7 @@ return { { click = "v:lua.ScSa", sign = { + name = { ".*" }, namespace = { ".*" }, maxwidth = 1, }, @@ -60,6 +61,7 @@ return { sign = { namespace = { "gitsigns" }, maxwidth = 1, + colwidth = 1, } }, -- { text = { builtin.foldfunc, " " }, click = "v:lua.ScFa" },