all repos

init.lua @ 28bffe2f9c7fad63a574da6eb474d7fa13e05ab0

my nvim config

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

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