refactor(nvim): disable statuscol marks on virtual lines

This commit is contained in:
Price Hiller 2024-04-22 09:05:07 -05:00
parent 65c1541146
commit 6bddbdbb46
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -76,6 +76,9 @@ return {
end,
},
condition = {
function(args)
return args.virtnum == 0
end,
std_condition,
},
},