mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
Merge pull request #65 from theHamsta/typo-foldexpr
Fix typo in README.md: foldexr -> foldexpr
This commit is contained in:
commit
cdc92965d6
1 changed files with 1 additions and 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:
|
but also to add some functionalities to it:
|
||||||
Some of these features are :
|
Some of these features are :
|
||||||
- [x] Incremental selection
|
- [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] Consistent syntax highlighting (the api is not quite stable yet)
|
||||||
- [x] Statusline indicator (`require'nvim-treesitter'.statusline(size)`)
|
- [x] Statusline indicator (`require'nvim-treesitter'.statusline(size)`)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue