all repos

dotfiles @ 50a524d

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