We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e3a15 commit 4ab16ddCopy full SHA for 4ab16dd
doc/nvim-tree-lua.txt
@@ -1846,6 +1846,7 @@ tree.expand_all({node}) *nvim-tree-api.tree.expand_all()*
1846
1847
Parameters: ~
1848
• {node} (Node|nil) folder
1849
+ • {expand_opts} (ApiTreeExpandOpts|nil) optional parameters
1850
1851
*nvim-tree-api.tree.toggle_enable_filters()*
1852
tree.toggle_enable_filters()
@@ -2285,6 +2286,7 @@ node.expand({node}) *nvim-tree-api.node.expand()*
2285
2286
2287
2288
• {node} (Node|nil) file or folder
2289
2290
2291
node.collapse({node}, {opts}) *nvim-tree-api.node.collapse()*
2292
Collapse the tree under a directory or a file's parent directory.
0 commit comments