2023-02-20 11:09:53 +00:00
|
|
|
return {
|
|
|
|
"klen/nvim-test",
|
2023-02-20 11:25:00 +00:00
|
|
|
cmd = {
|
|
|
|
"TestFile",
|
|
|
|
"TestEdit",
|
|
|
|
"TestNearest",
|
|
|
|
"TestLast",
|
|
|
|
"TestVisit",
|
|
|
|
"TestInfo",
|
2023-03-03 11:12:22 +00:00
|
|
|
"TestSuite",
|
2023-02-20 11:25:00 +00:00
|
|
|
},
|
2023-02-20 17:15:44 +00:00
|
|
|
config = function() require("nvim-test").setup(require "config.nvim_test") end,
|
2023-02-20 11:09:53 +00:00
|
|
|
}
|