Skip to content

Commit

Permalink
feat(omnisharp): support neotest dotnet (#3051)
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Schmidt <rafal.schmidt@allegro.com>
  • Loading branch information
rafalschmidt97 and Rafał Schmidt committed May 15, 2024
1 parent 16e6c86 commit a8659d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lua/lazyvim/plugins/extras/lang/omnisharp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
},
},
},
}

0 comments on commit a8659d0

Please sign in to comment.