21 lines
371 B
Lua
21 lines
371 B
Lua
return {
|
|
"vyfor/cord.nvim",
|
|
dev = false,
|
|
-- branch = "client-server",
|
|
build = ":Cord update",
|
|
opts = {
|
|
log_level = vim.log.levels.OFF,
|
|
display = {
|
|
swap_icons = true,
|
|
},
|
|
editor = {
|
|
tooltip = "Autismmaxxing",
|
|
},
|
|
timestamp = {
|
|
reset_on_idle = true,
|
|
},
|
|
idle = {
|
|
tooltip = "battery life begone",
|
|
},
|
|
},
|
|
}
|