addet folkes todo comments for really nice comments - thanks folke

This commit is contained in:
pika 2025-04-02 17:49:15 +02:00
parent 0b4f569797
commit 20bc140a76
5 changed files with 60 additions and 53 deletions

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 │
-- ╰───────────╯