Skip to content

Commit

Permalink
fix(go): 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 6de464e commit 5cd235f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/go/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ return {
{
"nvim-neotest/neotest",
optional = true,
dependencies = { "nvim-neotest/neotest-go" },
dependencies = { "nvim-neotest/neotest-go", config = function() end },
opts = function(_, opts)
if not opts.adapters then opts.adapters = {} end
table.insert(opts.adapters, require "neotest-go"(require("astrocore").plugin_opts "neotest-go"))
Expand Down

0 comments on commit 5cd235f

Please sign in to comment.