This commit is contained in:
Matt Nish-Lapidus 2025-04-14 12:31:09 -04:00
parent 3ed1509126
commit 14b42d4de0

View file

@ -2,14 +2,8 @@ require("git"):setup()
require("dir-rules"):setup()
require("restore"):setup({
-- Set the position for confirm and overwrite dialogs.
-- don't forget to set height: `h = xx`
-- https://yazi-rs.github.io/docs/plugins/utils/#ya.input
position = { "center", w = 70, h = 40 }, -- Optional
-- Show confirm dialog before restore.
-- NOTE: even if set this to false, overwrite dialog still pop up
show_confirm = true, -- Optional
position = { "center", w = 70, h = 40 },
show_confirm = true,
})