all repos

init.lua @ 3e99808069933f679b6dd079998f7ef7d5d0c564

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