refactor(nvim): remove leading space for statuscol folds
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 54s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 54s
This commit is contained in:
parent
1ea1169b73
commit
107ab1fefd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user