nvim/lua/plugins/nvim_test.lua

14 lines
281 B
Lua
Raw Normal View History

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