starter/lua/plugins/extras_test.lua
Ralph Azucena a6b7c52efb le bs
2024-04-08 22:38:34 -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
},
}