feat(nvim): add sep line for statuscolumn
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 54s

This commit is contained in:
Price Hiller 2024-04-19 04:21:54 -05:00
parent 7012f0e14f
commit 4ff3636435
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -84,6 +84,13 @@ return {
std_condition,
},
},
{
text = { "" },
hl = "NonText",
condition = {
std_condition,
},
},
},
}
end,