mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
add todo-comments
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user