fix(nvim): correctly pad statuscol for wrapped lines
This commit is contained in:
parent
09ab5e4c7b
commit
d3881b621e
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user