pseewald / vim-anyfold

Language agnostic vim plugin for folding and motion based on indentation.
MIT License
268 stars 11 forks source link

Respect foldnestmax #35

Open panosl opened 4 years ago

panosl commented 4 years ago

I usually make use of foldnestmax=2, more folding than that seems like an overkill to me (mostly Python code).

http://vimdoc.sourceforge.net/htmldoc/options.html#'foldnestmax'

So having vim-anyfold pick up that option, would be great for me.

chaudry-786 commented 2 years ago

@panosl Hi, I need exact same thing. Did you find another plugin or did some work around?