mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(lang): neotest not loading rust tests (#3544)
fixes https://github.com/LazyVim/LazyVim/issues/3543
This commit is contained in:
parent
aa059e0d49
commit
0567b37f61
1 changed files with 5 additions and 7 deletions
|
@ -119,12 +119,10 @@ return {
|
||||||
|
|
||||||
{
|
{
|
||||||
"nvim-neotest/neotest",
|
"nvim-neotest/neotest",
|
||||||
optional = true,
|
opts = {
|
||||||
opts = function(_, opts)
|
adapters = {
|
||||||
opts.adapters = opts.adapters or {}
|
["rustaceanvim.neotest"] = {},
|
||||||
vim.list_extend(opts.adapters, {
|
},
|
||||||
require("rustaceanvim.neotest"),
|
},
|
||||||
})
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue