Skip to content

Commit 97693c9

Browse files
committed
add api.node.expand
1 parent 2d86cd3 commit 97693c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/nvim-tree-lua.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,8 +1470,8 @@ vim |current-directory| behaviour.
14701470
Type: `boolean`, Default: `false`
14711471

14721472
*nvim-tree.actions.expand_all*
1473-
Configuration for *nvim-tree-api.tree.expand_all()* and
1474-
*nvim-tree-api.node.expand()*
1473+
Configuration for |nvim-tree-api.tree.expand_all()| and
1474+
|nvim-tree-api.node.expand()|
14751475

14761476
*nvim-tree.actions.expand_all.max_folder_discovery*
14771477
Limit the number of folders being explored when expanding every folders.
@@ -3323,6 +3323,7 @@ highlight group is not, hard linking as follows: >
33233323
|nvim-tree-api.node.buffer.delete()|
33243324
|nvim-tree-api.node.buffer.wipe()|
33253325
|nvim-tree-api.node.collapse()|
3326+
|nvim-tree-api.node.expand()|
33263327
|nvim-tree-api.node.navigate.diagnostics.next()|
33273328
|nvim-tree-api.node.navigate.diagnostics.next_recursive()|
33283329
|nvim-tree-api.node.navigate.diagnostics.prev()|

0 commit comments

Comments
 (0)