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