-
Notifications
You must be signed in to change notification settings - Fork 50
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
Remove nesting numbers near the linenumbers #172
Comments
And finally, is there a clear answer how to remove these numbers? The link provided didn't help (( |
@Nullarity Two ways:
|
I have this workaround and it did fixed the foldcolumn numbers problem. vim.o.foldcolumn = 'auto:9' Setting the |
Neovim version (nvim -v | head -n1)
v0.10.0-dev-1353+gaa62579a6
Operating system/version
Ubuntu 22
How to reproduce the issue
cat mini.lua
nvim --clean +'so mini.lua'
...
Expected behavior
strange numbers on the number line numbers on the column line
Actual behavior
strange numbers on the column line.
how do I get rid of this numbers on the side that show the level of nesting.
The text was updated successfully, but these errors were encountered: