addet folkes todo comments for really nice comments - thanks folke
This commit is contained in:
parent
0b4f569797
commit
20bc140a76
5 changed files with 60 additions and 53 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 │
|
||||
-- ╰───────────╯
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue