all repos

init.lua @ 2d86bec3f5b33214768ec83f6f64e56893ff65f5

my nvim config

init.lua/lua/plugins/gopher.lua(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
---@type LazySpec
return {
  "olexsmir/gopher.nvim",
  ft = "go",
  dev = true,
  ---@type gopher.Config
  opts = {
    gotests = {
      template = "testify",
    },
  },
}