mirror of
https://github.com/pnx/dotfiles
synced 2026-07-02 14:33:40 +02:00
nvim: editor: remove folds from statuscol, i dont use them :)
This commit is contained in:
parent
658ff58989
commit
3b0f093490
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ return {
|
||||||
text = { builtin.lnumfunc, " " },
|
text = { builtin.lnumfunc, " " },
|
||||||
click = "v:lua.ScLa",
|
click = "v:lua.ScLa",
|
||||||
},
|
},
|
||||||
{ text = { builtin.foldfunc, " " }, click = "v:lua.ScFa" },
|
-- { text = { builtin.foldfunc, " " }, click = "v:lua.ScFa" },
|
||||||
{ text = { "│ " } },
|
{ text = { "│ " } },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue