feat(ide): add todo-comments-nvim
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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" },
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user