starter/lua/plugins/test.lua
2024-04-07 00:00:14 -07:00

7 lines
138 B
Lua

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