mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-17 17:23:24 +02:00
fix(snacks): file rename
This commit is contained in:
parent
048d5deca5
commit
a6c3dbb92e
3 changed files with 3 additions and 3 deletions
|
@ -105,7 +105,7 @@ return {
|
|||
},
|
||||
config = function(_, opts)
|
||||
local function on_move(data)
|
||||
Snacks.rename.on_rename(data.source, data.destination)
|
||||
Snacks.rename.on_rename_file(data.source, data.destination)
|
||||
end
|
||||
|
||||
local events = require("neo-tree.events")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue