nvim: add neogen

This commit is contained in:
mequidis
2023-01-20 23:01:22 +02:00
parent 53bba16f7d
commit 1a3fef2864
4 changed files with 43 additions and 0 deletions

View File

@ -112,6 +112,14 @@ require("lazy").setup({
},
},
-- neogen
{
"danymat/neogen",
config = function()
require("plugins.neogen")
end,
},
-- neotest
{
"nvim-neotest/neotest",