mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
7 lines
89 B
Lua
7 lines
89 B
Lua
local M = {}
|
|
|
|
function M.setup()
|
|
vim.g["test#go#gotest#optiongs"] = "-v"
|
|
end
|
|
|
|
return M
|