nvim todo changes

This commit is contained in:
pika 2025-04-05 12:15:07 +02:00
parent 741556792b
commit aa324a3cc0
2 changed files with 4 additions and 3 deletions

View file

@ -149,9 +149,9 @@ return {
opts = { opts = {
keywords = { keywords = {
NOTE = { icon = "", color = "hint", alt = { "TIP" } }, NOTE = { icon = "", color = "hint", alt = { "TIP" } },
INFO = { icon = " ", color = "info", alt = { "INFORMATION" } }, INFO = { icon = " ", color = "info", alt = { "INFORMATION", "IMPORTANT" } },
ERROR = { icon = " ", color = "error", alt = { "ERR" } }, ERROR = { icon = " ", color = "error", alt = { "ERR", "CAUTIOIN" } },
WARNING = { icon = " ", color = "warning", alt = { "WARN" } }, WARNING = { icon = " ", color = "warning", alt = { "WARN", "WHY" } },
}, },
}, },
}, },

View file

@ -219,6 +219,7 @@ return {
end, end,
vim.keymap.set("n", "<leader>tn", "<cmd>Telescope notify<CR>", { desc = "Telescope show Notifications" }), vim.keymap.set("n", "<leader>tn", "<cmd>Telescope notify<CR>", { desc = "Telescope show Notifications" }),
}, },
-- ╭──────────────────────────────╮ -- ╭──────────────────────────────╮
-- │ slimline - nice bar for nvim │ -- │ slimline - nice bar for nvim │
-- ╰──────────────────────────────╯ -- ╰──────────────────────────────╯