Add todo-comments.nvim plugin

This commit is contained in:
Jiří Štefka 2022-10-28 21:31:12 +02:00
parent b6bc4d71a9
commit eac04f8fca

@ -292,6 +292,13 @@ local config = {
-- end, -- end,
-- }, -- },
-- --
{
"folke/todo-comments.nvim",
event = "BufRead",
config = function()
require("todo-comments").setup()
end,
},
{ "github/copilot.vim" }, { "github/copilot.vim" },
{ "puremourning/vimspector" }, { "puremourning/vimspector" },
{ "lervag/vimtex" }, { "lervag/vimtex" },