You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I almost never want to fold just 1 line. So I set vim.o.foldminlines = 15. With this I still see the fold buttons, and if I click those or fold using za it folds the larger context. With Treesitter folding it worked.
2023-02-01.01-09-14.mp4
Describe the solution you'd like
Respect the option value.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Feature description
I almost never want to fold just 1 line. So I set
vim.o.foldminlines = 15
. With this I still see the fold buttons, and if I click those or fold usingza
it folds the larger context. With Treesitter folding it worked.2023-02-01.01-09-14.mp4
Describe the solution you'd like
Respect the option value.
Additional context
No response
The text was updated successfully, but these errors were encountered: