all repos

init.lua @ a7f4ec5e51169894238c9f5580e0c9478ae50bf7

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