removed the manual approach of the smart enter plugin

This commit is contained in:
pik4li 2024-12-25 10:42:31 +01:00
parent 1db1737b2d
commit 64d412e8a8

View file

@ -1,7 +0,0 @@
--- @sync entry
return {
entry = function()
local h = cx.active.current.hovered
ya.manager_emit(h and h.cha.is_dir and "enter" or "open", { hovered = true })
end,
}