diff --git a/.config/nvim/lua/plugins/cord.lua b/.config/nvim/lua/plugins/cord.lua index 93a94a7f..ddb77e91 100644 --- a/.config/nvim/lua/plugins/cord.lua +++ b/.config/nvim/lua/plugins/cord.lua @@ -3,8 +3,15 @@ return { branch = "client-server", build = ":Cord update", opts = { + log_level = vim.log.levels.WARN, editor = { tooltip = "Lean Mean Text Editing Machine", }, + timestamp = { + reset_on_idle = true, + }, + idle = { + tooltip = "battery life begone", + }, }, }