diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
