nvim: add neogen

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent 49fab16d82
commit 8db5f38582
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",