fix: _meta/api/fs.lua and docs

This commit is contained in:
uanela
2026-06-25 10:27:26 +02:00
parent 4b13775b45
commit cb58a0721c
2 changed files with 2 additions and 2 deletions

View File

@@ -2462,7 +2462,7 @@ cut({node}) *nvim_tree.api.fs.cut()*
Parameters: ~
• {node} (`nvim_tree.api.Node?`)
paste({node}) *nvim_tree.api.fs.paste()*
move({node}) *nvim_tree.api.fs.move()*
Paste while cutting files from:
• current nvim-tree clipboard (if present)
• another nvim-tree instance via system clipboard

View File

@@ -76,7 +76,7 @@ function nvim_tree.api.fs.paste(node) end
---If {node} is a file it will pasted in the parent directory.
---
---@param node? nvim_tree.api.Node
function nvim_tree.api.fs.paste(node) end
function nvim_tree.api.fs.move(node) end
---
---Print the contents of the nvim-tree clipboard.