mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
Fix typo in foldexpr example
This commit is contained in:
parent
3f86d08390
commit
97113abedc
1 changed files with 1 additions and 1 deletions
|
|
@ -552,7 +552,7 @@ nvim_treesitter#foldexpr()~
|
||||||
Functions to be used to determine the fold level at a given line number.
|
Functions to be used to determine the fold level at a given line number.
|
||||||
To use it: >
|
To use it: >
|
||||||
set foldmethod=expr
|
set foldmethod=expr
|
||||||
set foldexpr=nvim_treesitter#foldexr()
|
set foldexpr=nvim_treesitter#foldexpr()
|
||||||
<
|
<
|
||||||
|
|
||||||
This will respect your 'foldnestmax' setting.
|
This will respect your 'foldnestmax' setting.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue