added more capabilities to my nvim setup
This commit is contained in:
8
lua/overseer/template/user/go.lua
Normal file
8
lua/overseer/template/user/go.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
name = "go test",
|
||||
builder = function()
|
||||
return {
|
||||
cmd = { "go", "test", "./..." },
|
||||
}
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user