mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 15:04:24 -05:00
Compare commits
2 Commits
4c3e50e943
...
fb1f460138
| Author | SHA1 | Date | |
|---|---|---|---|
| fb1f460138 | |||
| e65c0afab5 |
@@ -8,19 +8,19 @@ require("gpg"):setup {
|
|||||||
require("git"):setup()
|
require("git"):setup()
|
||||||
|
|
||||||
-- https://github.com/MasouShizuka/projects.yazi
|
-- https://github.com/MasouShizuka/projects.yazi
|
||||||
require("projects"):setup({
|
--require("projects"):setup({
|
||||||
save = {
|
-- save = {
|
||||||
method = "lua",
|
-- method = "lua",
|
||||||
},
|
-- },
|
||||||
last = {
|
-- last = {
|
||||||
update_after_save = true,
|
-- update_after_save = true,
|
||||||
update_after_load = true,
|
-- update_after_load = true,
|
||||||
load_after_start = true,
|
-- load_after_start = true,
|
||||||
},
|
-- },
|
||||||
notify = {
|
-- notify = {
|
||||||
enable = false,
|
-- enable = false,
|
||||||
},
|
-- },
|
||||||
})
|
--})
|
||||||
|
|
||||||
function Linemode:line_info()
|
function Linemode:line_info()
|
||||||
local time = math.floor(self._file.cha.mtime or 0)
|
local time = math.floor(self._file.cha.mtime or 0)
|
||||||
|
|||||||
@@ -48,11 +48,6 @@ use = "yazi-rs/plugins:toggle-pane"
|
|||||||
rev = "8f1d971"
|
rev = "8f1d971"
|
||||||
hash = "8a7c58225816a163a6e8730c0adafbc8"
|
hash = "8a7c58225816a163a6e8730c0adafbc8"
|
||||||
|
|
||||||
[[plugin.deps]]
|
|
||||||
use = "ascyii/projects"
|
|
||||||
rev = "a5e33db"
|
|
||||||
hash = "3de26efded35814ba3e55e28f1c389a4"
|
|
||||||
|
|
||||||
[[flavor.deps]]
|
[[flavor.deps]]
|
||||||
use = "dangooddd/kanagawa"
|
use = "dangooddd/kanagawa"
|
||||||
rev = "a0b1d9d"
|
rev = "a0b1d9d"
|
||||||
|
|||||||
Reference in New Issue
Block a user