Folds: support 'foldminlines'

This commit is contained in:
Munif Tanjim 2021-07-08 23:08:06 +06:00 committed by Stephan Seitz
parent 61411b27c5
commit 97761acaff
3 changed files with 5 additions and 3 deletions

View file

@ -274,7 +274,7 @@ set foldmethod=expr
set foldexpr=nvim_treesitter#foldexpr()
```
This will respect your `foldnestmax` setting.
This will respect your `foldminlines` and `foldnestmax` settings.
# Advanced setup