diff --git a/cli/dot-config/yazi/init.lua b/cli/dot-config/yazi/init.lua index 6a9a994..f94986a 100644 --- a/cli/dot-config/yazi/init.lua +++ b/cli/dot-config/yazi/init.lua @@ -8,19 +8,19 @@ require("gpg"):setup { require("git"):setup() -- https://github.com/MasouShizuka/projects.yazi -require("projects"):setup({ - save = { - method = "lua", - }, - last = { - update_after_save = true, - update_after_load = true, - load_after_start = true, - }, - notify = { - enable = false, - }, -}) +--require("projects"):setup({ +-- save = { +-- method = "lua", +-- }, +-- last = { +-- update_after_save = true, +-- update_after_load = true, +-- load_after_start = true, +-- }, +-- notify = { +-- enable = false, +-- }, +--}) function Linemode:line_info() local time = math.floor(self._file.cha.mtime or 0) diff --git a/cli/dot-config/yazi/keymap.toml b/cli/dot-config/yazi/keymap.toml index ae3cf05..2218d37 100644 --- a/cli/dot-config/yazi/keymap.toml +++ b/cli/dot-config/yazi/keymap.toml @@ -11,7 +11,7 @@ prepend_keymap = [ # Chmod in yazi {on = [ "c", "m" ],run = "plugin chmod",desc = "Chmod on selected files"}, {on = [ "g", "E" ],run = "plugin gpg",desc = "Gpg the hovered file"}, - {on = [ "q" ],run = "plugin projects quit",desc = "Quit with save"}, + #{on = [ "q" ],run = "plugin projects quit",desc = "Quit with save"}, {on = [ "M" ],run = "plugin mount",desc = "Quit with save"}, # Recover the last delted file diff --git a/cli/dot-config/yazi/package.toml b/cli/dot-config/yazi/package.toml index 0889524..2b0fa29 100644 --- a/cli/dot-config/yazi/package.toml +++ b/cli/dot-config/yazi/package.toml @@ -48,11 +48,6 @@ use = "yazi-rs/plugins:toggle-pane" rev = "8f1d971" hash = "8a7c58225816a163a6e8730c0adafbc8" -[[plugin.deps]] -use = "ascyii/projects" -rev = "a5e33db" -hash = "3de26efded35814ba3e55e28f1c389a4" - [[flavor.deps]] use = "dangooddd/kanagawa" rev = "a0b1d9d"