add neotest-rust
This commit is contained in:
14
nvim/lua/plugins/neotest-rust.lua
Normal file
14
nvim/lua/plugins/neotest-rust.lua
Normal file
@ -0,0 +1,14 @@
|
||||
return {
|
||||
{ "rouge8/neotest-rust" },
|
||||
{
|
||||
"nvim-neotest/neotest",
|
||||
opts = function(_, opts)
|
||||
table.insert(
|
||||
opts.adapters,
|
||||
require("neotest-rust")({
|
||||
args = { "--no-capture" },
|
||||
})
|
||||
)
|
||||
end,
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user