Skip to content
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 the random number on foldcolumn #236

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gelocraft
Copy link

My suggestion for minimal configuration to remove the random number on foldcolumn

- vim.o.foldcolumn = '1'
+ vim.o.foldcolumn = 'auto:9'

before: vim.o.foldcolumn = '1'

Screenshot from 2024-07-20 at 21:37:20

after: vim.o.foldcolumn = 'auto:9'

Screenshot from 2024-07-20 at 21:10:31

@PixsaOJ
Copy link

PixsaOJ commented Nov 11, 2024

It was so annoying, and I finally found the cause of those numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants