feat: TODO comments
This commit is contained in:
parent
fb6bd7bba1
commit
f234d31a1d
2 changed files with 8 additions and 0 deletions
|
@ -70,4 +70,11 @@ return {
|
|||
require("ibl").setup()
|
||||
end
|
||||
},
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
cmd = { "TodoTrouble", "TodoTelescope" },
|
||||
event = "LazyFile",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
config = true,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue