mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
move test.lua
This commit is contained in:
parent
b3f2f9cf1a
commit
67d76806f6
2 changed files with 18 additions and 7 deletions
18
lua/plugins/extras/test.lua
Normal file
18
lua/plugins/extras/test.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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
|
||||
},
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
return {
|
||||
{ "olimorris/neotest-rspec" },
|
||||
{
|
||||
"nvim-neotest/neotest",
|
||||
opts = { adapters = { "olimorris/neotest-rspec" } },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue