Select a color scheme for your Dotfyle experience

yanskun / gotests.nvim

gotests.nvim

that runs gotests with Neovim
20 4 0 5 days ago
golang 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
AGou-ops/dotfiles
/neovim
180 init.lua 71 4937
yanskun/dotfiles
/.config/vim
4 init.lua 49 2074
sachinsenal0x64/dotfiles
/nvim
4 init.lua 44 2097
mikesmithgh/nvim
/
2 init.lua 51 5479