all repos

init.lua @ d1cf885a07e0744f6dc3cc0511505bc6f535139e

my nvim config

init.lua/lua/plugin/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