fix(rust): make neotest optional

This commit is contained in:
Folke Lemaitre 2024-06-09 09:27:29 +02:00
parent 0567b37f61
commit 547dc76a12
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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