mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
7 lines
155 B
Lua
7 lines
155 B
Lua
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,
|
|
}
|