Skip to content

Commit

Permalink
feat(pack/cs): add neotest dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmtsen committed Aug 8, 2024
1 parent 7c3ec48 commit 14b125f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/astrocommunity/pack/cs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,13 @@ return {
)
end,
},
{
"nvim-neotest/neotest",
optional = true,
dependencies = { "Issafalcon/neotest-dotnet" },
opts = function(_, opts)
if not opts.adapters then opts.adapters = {} end
table.insert(opts.adapters, require "neotest-dotnet"(require("astrocore").plugin_opts "neotest-dotnet"))
end,
},
}

0 comments on commit 14b125f

Please sign in to comment.