yazi updates:

This commit is contained in:
Matt Nish-Lapidus 2025-04-05 13:01:20 -04:00
parent 67640f5f93
commit 0420380240
4 changed files with 40 additions and 94 deletions

View file

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