starter/lua/plugins/extras/test.lua
2024-04-08 22:35:14 -07:00

18 lines
339 B
Lua

return {
{ "olimorris/neotest-rspec" },
{
"nvim-neotest/neotest",
opts = {
adapters = {
"neotest-rspec"
}
},
dependencies = {
"nvim-treesitter/nvim-treesitter",
"olimorris/neotest-rspec",
},
-- config = function(_, opts)
-- require("neotest").setup(opts)
-- end
},
}