style: reformat todo-comments file
This commit is contained in:
parent
9fef3df7ef
commit
78f2adde7f
1 changed files with 14 additions and 12 deletions
|
|
@ -4,11 +4,13 @@ return {
|
|||
"folke/todo-comments.nvim",
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
enabled = true,
|
||||
-- TODO: a todo
|
||||
-- WARN: a warning
|
||||
-- PERF: a performance remark
|
||||
-- NOTE: a note
|
||||
-- FIXME: a fixme
|
||||
-- XXX: something else
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue