feat(omnisharp): support neotest dotnet (#3051)

Co-authored-by: Rafał Schmidt <rafal.schmidt@allegro.com>
This commit is contained in:
Rafał Schmidt 2024-05-15 16:01:24 +02:00 committed by GitHub
parent 16e6c86b27
commit a8659d02b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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