/gotests.nvim

This is a lua plugin to handle gotests with Neovim.Gotests is a Golang tool that automatically generates Golang unit tests

Primary LanguageLuaMIT LicenseMIT

gotests.nvim

This is a lua plugin to handle gotests with Neovim.

Required

Installation

gotests-vim requires gotests to be available in your $PATH.

{
  "crochee/gotests.nvim",
  ft = "go",
  config = function()
    require("gotests").setup()
  end,
},