lvim add ultest

This commit is contained in:
Smirnov-O 2021-09-14 21:01:06 +03:00
parent 0b99d6c75c
commit 50a524dbc5
3 changed files with 29 additions and 5 deletions

View file

@ -0,0 +1,8 @@
local M = {}
M.setup = function()
-- Go
vim.g["test#go#gotest#options"] = "-v"
end
return M