mirror of
https://github.com/nvim-tree/nvim-tree.lua.git
synced 2026-07-28 07:49:46 +05:30
fix: _meta/api/fs.lua and docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user