dotfiles/config/nvim/lua/plugin/ultest.lua
2021-11-28 22:27:34 +02:00

7 lines
89 B
Lua

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