From a2c7c46185da88e2967a9055f49cf2e467d62e31 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 28 Mar 2025 10:39:33 +0200 Subject: [PATCH] update ufo (not sure if this did something) --- lua/crentist/lazy/ufo.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/crentist/lazy/ufo.lua b/lua/crentist/lazy/ufo.lua index 349a516..65ad92c 100644 --- a/lua/crentist/lazy/ufo.lua +++ b/lua/crentist/lazy/ufo.lua @@ -11,8 +11,8 @@ return { require('statuscol').setup({ relculright = true, segments = { - { text = { builtin.foldfunc }, sign = { colwidth = 2 }, click = 'v:lua.ScFa', }, - { text = { '%s' }, click = 'v:lua.ScSa', hl = 'FoldColumn' }, + { text = { builtin.foldfunc }, sign = { colwidth = 1 }, click = 'v:lua.ScFa', }, + { text = { '%s' }, sign = { colwidth = 1 }, click = 'v:lua.ScSa', hl = 'FoldColumn' }, { text = { builtin.lnumfunc, ' ' }, click = 'v:lua.ScLa', hl = 'FoldColumn' }, }, })