add todo-comments

This commit is contained in:
2024-03-14 22:07:34 +00:00
parent a26305ad49
commit f5a94b7659
2 changed files with 7 additions and 6 deletions

View File

@ -82,11 +82,12 @@ local plugins = {
},
{
"folke/trouble.nvim",
cmd = { "Trouble", "TroubleToggle", "TodoTrouble" },
dependencies = {
"folke/todo-comments.nvim",
},
cmd = { "Trouble", "TroubleToggle" },
},
{
"folke/todo-comments.nvim",
cmd = { "TodoTrouble", "TodoTelescope" },
config = true,
},
}
return plugins