mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 21:41:04 +00:00
test for ruby
This commit is contained in:
parent
a6b7c52efb
commit
442a8cb199
2 changed files with 2 additions and 9 deletions
|
|
@ -4,15 +4,8 @@ return {
|
||||||
"nvim-neotest/neotest",
|
"nvim-neotest/neotest",
|
||||||
opts = {
|
opts = {
|
||||||
adapters = {
|
adapters = {
|
||||||
"neotest-rspec"
|
["neotest-rspec"] = {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dependencies = {
|
|
||||||
"nvim-treesitter/nvim-treesitter",
|
|
||||||
"olimorris/neotest-rspec",
|
|
||||||
},
|
|
||||||
-- config = function(_, opts)
|
|
||||||
-- require("neotest").setup(opts)
|
|
||||||
-- end
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ return {
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = {
|
opts = {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"ruby"
|
"ruby",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue