feat: support neotest dotnet

This commit is contained in:
Rafał Schmidt 2024-04-24 21:21:06 +02:00
parent f086bcde25
commit 394a0195d3

View file

@ -96,4 +96,18 @@ return {
end
end,
},
{
"nvim-neotest/neotest",
optional = true,
dependencies = {
"Issafalcon/neotest-dotnet",
},
opts = {
adapters = {
["neotest-dotnet"] = {
-- Here we can set options for neotest-dotnet
},
},
},
},
}