feat(ide): add todo-comments-nvim

This commit is contained in:
Guz
2025-11-09 12:41:31 -03:00
parent 650fbb2dac
commit 673fed2d5b
3 changed files with 13 additions and 1 deletions

View File

@@ -205,6 +205,14 @@ return {
end, end,
}, },
-- Todo comments explorer
{
"todo-comments.nvim",
after = function()
require("todo-comments").setup()
end,
},
-- File explorer -- File explorer
{ {
-- (Probably can be replaced by local functions in the config) -- (Probably can be replaced by local functions in the config)

View File

@@ -9,5 +9,8 @@ return {
{ import = "dot013.plugins.treesitter" }, { import = "dot013.plugins.treesitter" },
-- Global Dependencies -- Global Dependencies
{ "plenary.nvim", dep_of = { "telescope.nvim", "harpoon" } }, {
"plenary.nvim",
dep_of = { "harpoon", "telescope.nvim", "todo-comments.nvim" },
},
} }

View File

@@ -56,6 +56,7 @@
telescope-nvim telescope-nvim
telescope-zf-native-nvim telescope-zf-native-nvim
telescope-undo-nvim telescope-undo-nvim
todo-comments-nvim
trouble-nvim trouble-nvim
tmux-nvim tmux-nvim
vim-sleuth vim-sleuth