all repos

dotfiles @ 50a524dbc55e6c75fcefb296ed84ac0b7081028b

my dotfiles

config/lvim/lua/user/ultest.lua (view raw)

1
2
3
4
5
6
7
8
local M = {}

M.setup = function()
  -- Go
  vim.g["test#go#gotest#options"] = "-v"
end

return M