mirror of
https://github.com/Ascyii/dotfiles.git
synced 2025-12-31 22:44:24 -05:00
auto up 12:14:03 up 1:21, 2 users, load average: 0.30, 0.44, 0.46
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -48,6 +48,11 @@ 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"
|
||||
|
||||
@@ -20,6 +20,9 @@ open = [
|
||||
{ run = 'xdg-open "$@"', desc = "Open" },
|
||||
]
|
||||
|
||||
[confirm]
|
||||
quit = false
|
||||
|
||||
[open]
|
||||
prepend_rules = [
|
||||
{ mime = "application/pdf", use = "open" },
|
||||
|
||||
Reference in New Issue
Block a user