refactor(nvim): remove leading space for statuscol folds
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:49:49 -05:00
parent 1ea1169b73
commit 107ab1fefd
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -37,7 +37,7 @@ return {
segments = {
{ text = { "%s" }, click = "v:lua.ScSa" },
{ text = { builtin.lnumfunc }, click = "v:lua.ScLa" },
{ text = { " ", builtin.foldfunc, " " }, click = "v:lua.ScFa" },
{ text = { builtin.foldfunc, " " }, click = "v:lua.ScFa" },
{
text = {
function(args)