From bcc806d349201d04751704351f04d5d981e5d873 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 25 Nov 2024 16:46:00 +0200 Subject: [PATCH] fix hl for the symbol columns --- lua/crentist/lazy/ufo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/crentist/lazy/ufo.lua b/lua/crentist/lazy/ufo.lua index 9f654df..349a516 100644 --- a/lua/crentist/lazy/ufo.lua +++ b/lua/crentist/lazy/ufo.lua @@ -12,7 +12,7 @@ return { relculright = true, segments = { { text = { builtin.foldfunc }, sign = { colwidth = 2 }, click = 'v:lua.ScFa', }, - { text = { '%s' }, click = 'v:lua.ScSa', }, + { text = { '%s' }, click = 'v:lua.ScSa', hl = 'FoldColumn' }, { text = { builtin.lnumfunc, ' ' }, click = 'v:lua.ScLa', hl = 'FoldColumn' }, }, })