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 784ee91 commit 6dc396dCopy full SHA for 6dc396d
doc/nvim-tree-lua.txt
@@ -1617,6 +1617,11 @@ tree.get_node_under_cursor() *nvim-tree-api.tree.get_node_under_cursor()*
1617
Return: ~
1618
node or nil if tree is not visible
1619
1620
+ *nvim-tree-api.tree.inspect_node_under_cursor()*
1621
+tree.inspect_node_under_cursor()
1622
+ Retrieve the currently focused node and display its contents.
1623
+ Equivalent to `vim.print(require("nvim-tree-api").tree.get_node_under_cursor())`.
1624
+
1625
tree.get_nodes() *nvim-tree-api.tree.get_nodes()*
1626
Retrieve a hierarchical list of all the nodes. This is a cloned list for
1627
reference purposes only and should not be passed into other API functions.
0 commit comments