feat(rust): add neotest-rust

This commit is contained in:
John Bernard 2023-06-30 04:30:19 -05:00
parent 3c2d430ba0
commit 23b55f1bba

View file

@ -128,4 +128,17 @@ return {
},
},
},
{
"nvim-neotest/neotest",
optional = true,
dependencies = {
"rouge8/neotest-rust",
},
opts = {
adapters = {
["neotest-rust"] = {},
},
},
},
}