auto up 11:11:50 up 0:19, 2 users, load average: 0.30, 0.34, 0.27

This commit is contained in:
2025-11-06 11:11:53 +01:00
parent 9e030dae5e
commit 60d6874bfe
3 changed files with 14 additions and 19 deletions

View File

@@ -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)

View File

@@ -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

View File

@@ -33,11 +33,6 @@ use = "Rolv-Apneseth/starship"
rev = "a63550b"
hash = "c2021386289a0cbb3e152a052f67c177"
[[plugin.deps]]
use = "MasouShizuka/projects"
rev = "a5e33db"
hash = "3de26efded35814ba3e55e28f1c389a4"
[[plugin.deps]]
use = "yazi-rs/plugins:mount"
rev = "8f1d971"