starter/lua/plugins/extras_test.lua
2024-04-08 22:53:59 -07:00

11 lines
159 B
Lua

return {
{ "olimorris/neotest-rspec" },
{
"nvim-neotest/neotest",
opts = {
adapters = {
["neotest-rspec"] = {}
}
},
},
}