AutoYADM commit: 2025-01-25 02:30:03
This commit is contained in:
parent
6d2153d8db
commit
7ce78a55cc
1 changed files with 7 additions and 0 deletions
|
@ -3,8 +3,15 @@ return {
|
||||||
branch = "client-server",
|
branch = "client-server",
|
||||||
build = ":Cord update",
|
build = ":Cord update",
|
||||||
opts = {
|
opts = {
|
||||||
|
log_level = vim.log.levels.WARN,
|
||||||
editor = {
|
editor = {
|
||||||
tooltip = "Lean Mean Text Editing Machine",
|
tooltip = "Lean Mean Text Editing Machine",
|
||||||
},
|
},
|
||||||
|
timestamp = {
|
||||||
|
reset_on_idle = true,
|
||||||
|
},
|
||||||
|
idle = {
|
||||||
|
tooltip = "battery life begone",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue