addet todo comment colors
This commit is contained in:
parent
19fc44af80
commit
f5532193c8
1 changed files with 17 additions and 0 deletions
|
@ -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 │
|
-- │ colorizer │
|
||||||
-- ╰───────────╯
|
-- ╰───────────╯
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue