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

Issue with folding #99

Closed
hwnprsd opened this issue Jun 13, 2021 · 1 comment · Fixed by #383
Closed

Issue with folding #99

hwnprsd opened this issue Jun 13, 2021 · 1 comment · Fixed by #383

Comments

@hwnprsd
Copy link

hwnprsd commented Jun 13, 2021

I use neovim with folding enables using

vim.cmd('set foldmethod=indent')
vim.cmd('set foldnestmax=1')

This folds all top level indents, and thus folds everything in my which key
Is there any way to get around this issue?

@folke folke closed this as completed in 78821de Jun 17, 2021
@folke
Copy link
Owner

folke commented Jun 17, 2021

I just pushed a fix for this. Thank you for reporting!

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 a pull request may close this issue.

2 participants