mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
lvim add ultest
This commit is contained in:
parent
0b99d6c75c
commit
50a524dbc5
3 changed files with 29 additions and 5 deletions
8
config/lvim/lua/user/ultest.lua
Normal file
8
config/lvim/lua/user/ultest.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
local M = {}
|
||||
|
||||
M.setup = function()
|
||||
-- Go
|
||||
vim.g["test#go#gotest#options"] = "-v"
|
||||
end
|
||||
|
||||
return M
|
||||
Loading…
Add table
Add a link
Reference in a new issue