nvim todo changes
This commit is contained in:
parent
741556792b
commit
aa324a3cc0
2 changed files with 4 additions and 3 deletions
|
@ -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" } },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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 │
|
||||
-- ╰──────────────────────────────╯
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue