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

Co-authored-by: Rafał Schmidt <rafal.schmidt@allegro.com>
This commit is contained in:
Rafał SchmidtandRafał Schmidt authored and GitHub committed 2024-05-15 16:01:24 +02:00
1 parent 16e6c86b27
commit a8659d02b9
1 file changed
+14
@@ -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
},
},
},
},
}