1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: editor: remove folds from statuscol, i dont use them :)

This commit is contained in:
Henrik Hautakoski 2024-09-07 15:53:18 +02:00
parent 658ff58989
commit 3b0f093490

View file

@ -64,7 +64,7 @@ return {
text = { builtin.lnumfunc, " " },
click = "v:lua.ScLa",
},
{ text = { builtin.foldfunc, " " }, click = "v:lua.ScFa" },
-- { text = { builtin.foldfunc, " " }, click = "v:lua.ScFa" },
{ text = { "" } },
}
}