Skip to content

crochee/gotests.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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,
},

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages