mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
auto up 11:11:50 up 0:19, 2 users, load average: 0.30, 0.34, 0.27
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)
|
||||
|
||||
Reference in New Issue
Block a user