diff options
| author | Kiyan Yazdani <yazdani.kiyan@protonmail.com> | 2020-05-26 19:59:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-26 19:59:13 +0200 |
| commit | cdc92965d65231e3034d1546f4e2fdddcbc9eaa0 (patch) | |
| tree | 6fe7b8755ba0b3964b6e9a0910371e5001138313 | |
| parent | Merge pull request #64 from vigoux/feature/folding (diff) | |
| parent | Fix typo in README.md: foldexr -> foldexpr (diff) | |
| download | nvim-treesitter-cdc92965d65231e3034d1546f4e2fdddcbc9eaa0.tar nvim-treesitter-cdc92965d65231e3034d1546f4e2fdddcbc9eaa0.tar.gz nvim-treesitter-cdc92965d65231e3034d1546f4e2fdddcbc9eaa0.tar.bz2 nvim-treesitter-cdc92965d65231e3034d1546f4e2fdddcbc9eaa0.tar.lz nvim-treesitter-cdc92965d65231e3034d1546f4e2fdddcbc9eaa0.tar.xz nvim-treesitter-cdc92965d65231e3034d1546f4e2fdddcbc9eaa0.tar.zst nvim-treesitter-cdc92965d65231e3034d1546f4e2fdddcbc9eaa0.zip | |
Merge pull request #65 from theHamsta/typo-foldexpr
Fix typo in README.md: foldexr -> foldexpr
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)`) |
