Added todo comments

This commit is contained in:
2023-09-03 02:02:49 +02:00
parent ca8edeba83
commit 3fc4b8f300

View File

@@ -76,6 +76,11 @@ local plugins = {
"github/copilot.vim", "github/copilot.vim",
event = "VimEnter", event = "VimEnter",
}, },
{
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
config = true,
},
{ {
"nvim-tree/nvim-tree.lua", "nvim-tree/nvim-tree.lua",
dependencies = { "nvim-tree/nvim-web-devicons" }, dependencies = { "nvim-tree/nvim-web-devicons" },