add neotest-rust

This commit is contained in:
2024-02-28 22:37:08 +01:00
parent e9f69e6452
commit 3c54c786f3
2 changed files with 71 additions and 57 deletions

View 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,
},
}