From 7d3ff3c0c6be59011750b49a5f699d13a9a30465 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 8 Sep 2024 08:25:18 +0200 Subject: [PATCH] nvim: editor: tweak statuscol --- nvim/lua/user/plugins/editor.lua | 2 ++ 1 file changed, 2 insertions(+) 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" },