feat(ide): add todo-comments-nvim
This commit is contained in:
@@ -205,6 +205,14 @@ return {
|
||||
end,
|
||||
},
|
||||
|
||||
-- Todo comments explorer
|
||||
{
|
||||
"todo-comments.nvim",
|
||||
after = function()
|
||||
require("todo-comments").setup()
|
||||
end,
|
||||
},
|
||||
|
||||
-- File explorer
|
||||
{
|
||||
-- (Probably can be replaced by local functions in the config)
|
||||
|
||||
@@ -9,5 +9,8 @@ return {
|
||||
{ import = "dot013.plugins.treesitter" },
|
||||
|
||||
-- Global Dependencies
|
||||
{ "plenary.nvim", dep_of = { "telescope.nvim", "harpoon" } },
|
||||
{
|
||||
"plenary.nvim",
|
||||
dep_of = { "harpoon", "telescope.nvim", "todo-comments.nvim" },
|
||||
},
|
||||
}
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
telescope-nvim
|
||||
telescope-zf-native-nvim
|
||||
telescope-undo-nvim
|
||||
todo-comments-nvim
|
||||
trouble-nvim
|
||||
tmux-nvim
|
||||
vim-sleuth
|
||||
|
||||
Reference in New Issue
Block a user