all repos

init.lua @ 6706f7cfceb5e5025d932fa0f32c0094f7b3d7b0

my nvim config

init.lua/lua/plugin/configs/ultest.lua(view raw)

1
2
3
4
5
6
7
local M = {}

function M.setup()
  vim.g["test#go#gotest#optiongs"] = "-v"
end

return M