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 362ecbe commit 6117582Copy full SHA for 6117582
lua/nvim-tree/actions/fs/copy-paste.lua
@@ -122,7 +122,7 @@ local function add_to_clipboard(node, clip)
122
for idx, _node in ipairs(clip) do
123
if _node.absolute_path == node.absolute_path then
124
table.remove(clip, idx)
125
- return notify.info(node.absolute_path .. " removed to clipboard.")
+ return notify.info(node.absolute_path .. " removed from clipboard.")
126
end
127
128
table.insert(clip, node)
0 commit comments