fix(nvim): correctly pad statuscol for wrapped lines

This commit is contained in:
Price Hiller 2024-05-18 06:32:04 -05:00
parent 09ab5e4c7b
commit d3881b621e
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -59,6 +59,16 @@ return {
std_condition, std_condition,
}, },
}, },
{
-- Padding for a missing fold icon
text = { " " },
condition = {
function(args)
return args.virtnum ~= 0
end,
std_condition,
},
},
{ {
text = { "" }, text = { "" },
hl = "NonText", hl = "NonText",