yazi plugin refactor

This commit is contained in:
Matt Nish-Lapidus 2025-04-04 15:38:54 -04:00
parent 38f162562e
commit a00af3e849
39 changed files with 92 additions and 4880 deletions

View file

@ -1,13 +0,0 @@
--- @sync entry
return {
entry = function()
local h = cx.active.current.hovered
if h and h.cha.is_dir then
ya.manager_emit("enter", {})
ya.manager_emit("paste", {})
ya.manager_emit("leave", {})
else
ya.manager_emit("paste", {})
end
end,
}