all repos

init.lua @ dbfee5674d3f47106ebbdac08d8a8a76bc2d14f9

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