cleanup
This commit is contained in:
parent
3ed1509126
commit
14b42d4de0
1 changed files with 2 additions and 8 deletions
|
@ -2,14 +2,8 @@ require("git"):setup()
|
||||||
require("dir-rules"):setup()
|
require("dir-rules"):setup()
|
||||||
|
|
||||||
require("restore"):setup({
|
require("restore"):setup({
|
||||||
-- Set the position for confirm and overwrite dialogs.
|
position = { "center", w = 70, h = 40 },
|
||||||
-- don't forget to set height: `h = xx`
|
show_confirm = true,
|
||||||
-- 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
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue