addet todo comment colors

This commit is contained in:
pika 2025-04-02 22:10:58 +02:00
parent 19fc44af80
commit f5532193c8

View file

@ -138,6 +138,23 @@ return {
),
},
-- ─< INFO: Those comments are really great! >──────────────────────────────────────────
-- ─────────────────────< NOTE: And they can be pretty satisfying... >─────────────────────
-- ╭──────────────────────────────────────╮
-- │ WARN: Also they can change in color! │
-- ╰──────────────────────────────────────╯
{
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
keywords = {
NOTE = { icon = "", color = "hint" },
INFO = { icon = "", color = "info" },
WARNING = { icon = "", color = "warning", alt = { "WARN" } },
},
},
},
-- ╭───────────╮
-- │ colorizer │
-- ╰───────────╯