fix(rust): make neotest optional

This commit is contained in:
Folke Lemaitre
2024-06-09 09:27:29 +02:00
parent 0567b37f61
commit 547dc76a12

View File

@ -119,6 +119,7 @@ return {
{
"nvim-neotest/neotest",
optional = true,
opts = {
adapters = {
["rustaceanvim.neotest"] = {},