all repos

dotfiles @ 2feea5c

my dotfiles

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

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

function M.setup()
  -- GOlang
  vim.g["test#go#gotest#optiongs"] = "-v --short"
end

return M