aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ddf5b3df..8d2e22f41 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,7 @@ Treesitter-based folding is provided by Neovim. To enable it, put the following
```lua
vim.wo.foldexpr = 'v:lua.vim.treesitter.foldexpr()'
+vim.wo.foldmethod = 'expr'
```
## Indentation