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

@ -2,6 +2,6 @@
return {
entry = function()
local h = cx.active.current.hovered
ya.manager_emit("tab_create", h and h.cha.is_dir and { h.url } or { current = true })
ya.mgr_emit("tab_create", h and h.cha.is_dir and { h.url } or { current = true })
end,
}