fix hl for the symbol columns

This commit is contained in:
2024-11-25 16:46:00 +02:00
parent 6871470b6c
commit bcc806d349

View File

@@ -12,7 +12,7 @@ return {
relculright = true, relculright = true,
segments = { segments = {
{ text = { builtin.foldfunc }, sign = { colwidth = 2 }, click = 'v:lua.ScFa', }, { 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' }, { text = { builtin.lnumfunc, ' ' }, click = 'v:lua.ScLa', hl = 'FoldColumn' },
}, },
}) })