mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +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",
|
||||
opts = {
|
||||
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",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"ruby"
|
||||
"ruby",
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue