Update with main #1

Merged
jiriks74 merged 4 commits from main into merlin 2022-10-30 00:07:32 +02:00
Showing only changes of commit eac04f8fca - Show all commits

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