14 lines
281 B
Lua
14 lines
281 B
Lua
return {
|
|
"klen/nvim-test",
|
|
cmd = {
|
|
"TestSuite",
|
|
"TestFile",
|
|
"TestEdit",
|
|
"TestNearest",
|
|
"TestLast",
|
|
"TestVisit",
|
|
"TestInfo",
|
|
},
|
|
config = function() require("nvim-test").setup(require "config.nvim_test") end,
|
|
}
|