Skip to content

Commit

Permalink
fix(cs): add empty config function for neotest adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 5, 2024
1 parent 6c9b679 commit 6de464e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/cs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ return {
{
"nvim-neotest/neotest",
optional = true,
dependencies = { "Issafalcon/neotest-dotnet" },
dependencies = { "Issafalcon/neotest-dotnet", config = function() end },
opts = function(_, opts)
if not opts.adapters then opts.adapters = {} end
table.insert(opts.adapters, require "neotest-dotnet"(require("astrocore").plugin_opts "neotest-dotnet"))
Expand Down

0 comments on commit 6de464e

Please sign in to comment.