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 = {
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" } },
},
},
},

View file

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