diff --git a/lua/pika/plugins/qol.lua b/lua/pika/plugins/qol.lua index 558aad0..86c0096 100644 --- a/lua/pika/plugins/qol.lua +++ b/lua/pika/plugins/qol.lua @@ -149,9 +149,9 @@ return { opts = { keywords = { NOTE = { icon = " ", color = "hint", alt = { "TIP" } }, - INFO = { icon = " ", color = "info", alt = { "INFORMATION" } }, - ERROR = { icon = " ", color = "error", alt = { "ERR" } }, - WARNING = { icon = " ", color = "warning", alt = { "WARN" } }, + INFO = { icon = " ", color = "info", alt = { "INFORMATION", "IMPORTANT" } }, + ERROR = { icon = " ", color = "error", alt = { "ERR", "CAUTIOIN" } }, + WARNING = { icon = " ", color = "warning", alt = { "WARN", "WHY" } }, }, }, }, diff --git a/lua/pika/plugins/ui.lua b/lua/pika/plugins/ui.lua index 385326d..2013457 100644 --- a/lua/pika/plugins/ui.lua +++ b/lua/pika/plugins/ui.lua @@ -219,6 +219,7 @@ return { end, vim.keymap.set("n", "tn", "Telescope notify", { desc = "Telescope show Notifications" }), }, + -- ╭──────────────────────────────╮ -- │ slimline - nice bar for nvim │ -- ╰──────────────────────────────╯