This is a lua plugin to handle gotests with Neovim.
gotests-vim requires gotests to be available in your $PATH
.
{
"crochee/gotests.nvim",
ft = "go",
config = function()
require("gotests").setup()
end,
},
This is a lua plugin to handle gotests with Neovim.Gotests is a Golang tool that automatically generates Golang unit tests
LuaMIT