summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 51fd485f..86842083 100644
--- a/README.md
+++ b/README.md
@@ -388,7 +388,7 @@ Tree-sitter based folding. *(Technically not a module because it's per windows a
```vim
set foldmethod=expr
set foldexpr=nvim_treesitter#foldexpr()
-set foldenable=false -- Disable folding at startup.
+set nofoldenable " Disable folding at startup.
```
This will respect your `foldminlines` and `foldnestmax` settings.