feat: support customizing git status sign and style, closes #21

This commit is contained in:
sxyazi
2024-09-12 18:51:26 +08:00
parent 549d76614d
commit 0b9f325fe9
3 changed files with 50 additions and 11 deletions

View File

@@ -35,7 +35,7 @@ local function entry()
local h = hovered()
if h.unique and h.is_dir then
ya.manager_emit("escape", { filter = true })
ya.manager_emit("enter", { h.url })
ya.manager_emit("enter", {})
input = prompt()
elseif event == 1 then
ya.manager_emit("escape", { filter = true })