-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if there a simple config to remove these fold numbers #27
Comments
scottming
changed the title
if there a easy config to remove these fold numbers
if there a simple config to remove these fold numbers
Mar 1, 2023
Yes, supply local builtin = require("statuscol.builtin")
require("statuscol").setup({
relculright = true,
segments = {
{ text = { "%s" }, click = "v:lua.ScSa" },
{ text = { builtin.lnumfunc }, click = "v:lua.ScLa", },
{ text = { " ", builtin.foldfunc, " " }, click = "v:lua.ScFa" },
}
|
I guess information about the builtin functions is missing from the readme. |
It seems like the expand icon clicks do not work. I mean, whatever + or -, click them both will fold, not expand. |
Fixed... |
Thanks for the quick fix; no more issues now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I know this is maybe a duplicate question kevinhwang91/nvim-ufo#4 , but after upgrading to the latest version, this config doesn't work now:
vim config:
The text was updated successfully, but these errors were encountered: