gotests.nvim
that runs gotests with Neovimgolang
awesome-neovim
gotests.nvim is a plugin for generating tests in Go using gotests. It provides commands to generate tests for specific functions and methods within a Go file.
Install instructions
Dotfyle does not endorse any plugins. Install at your own risk.
{
"yanskun/gotests.nvim",
ft = "go",
config = function()
require("gotests").setup()
end,
}
Developers using gotests.nvim
more configs
201
init.lua
79
5166
8
init.lua
56
3199
2
init.lua
51
5714