aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2020-05-26 19:27:25 +0200
committerStephan Seitz <stephan.seitz@fau.de>2020-05-26 19:32:33 +0200
commit43b30d571a24098689f522f8725507e172da3be5 (patch)
tree6fe7b8755ba0b3964b6e9a0910371e5001138313
parentMerge pull request #64 from vigoux/feature/folding (diff)
downloadnvim-treesitter-43b30d571a24098689f522f8725507e172da3be5.tar
nvim-treesitter-43b30d571a24098689f522f8725507e172da3be5.tar.gz
nvim-treesitter-43b30d571a24098689f522f8725507e172da3be5.tar.bz2
nvim-treesitter-43b30d571a24098689f522f8725507e172da3be5.tar.lz
nvim-treesitter-43b30d571a24098689f522f8725507e172da3be5.tar.xz
nvim-treesitter-43b30d571a24098689f522f8725507e172da3be5.tar.zst
nvim-treesitter-43b30d571a24098689f522f8725507e172da3be5.zip
Fix typo in README.md: foldexr -> foldexpr
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 48e9e0de8..970eee60a 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
- - [x] Syntax based code folding (`set foldmethod=expr foldexpr=nvim_treesitter#foldexr()`)
+ - [x] Syntax based code folding (`set foldmethod=expr foldexpr=nvim_treesitter#foldexpr()`)
- [x] Consistent syntax highlighting (the api is not quite stable yet)
- [x] Statusline indicator (`require'nvim-treesitter'.statusline(size)`)