From c035fb9f5d2a5d9809cd11f83df6593a2a25ee8f Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Mon, 25 May 2020 10:29:18 +0200 Subject: docs: document folding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e87bc2ad..48e9e0de 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ The goal of `nvim-treesitter` is both to provide a simple and easy way to use th but also to add some functionalities to it: Some of these features are : - [x] Incremental selection - - [ ] Syntax based code folding + - [x] Syntax based code folding (`set foldmethod=expr foldexpr=nvim_treesitter#foldexr()`) - [x] Consistent syntax highlighting (the api is not quite stable yet) - [x] Statusline indicator (`require'nvim-treesitter'.statusline(size)`) -- cgit v1.2.3