Skip to content

Commit 5cd235f

Browse files
committed
fix(go): add empty config function for neotest adapter
1 parent 6de464e commit 5cd235f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrocommunity/pack/go/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ return {
128128
{
129129
"nvim-neotest/neotest",
130130
optional = true,
131-
dependencies = { "nvim-neotest/neotest-go" },
131+
dependencies = { "nvim-neotest/neotest-go", config = function() end },
132132
opts = function(_, opts)
133133
if not opts.adapters then opts.adapters = {} end
134134
table.insert(opts.adapters, require "neotest-go"(require("astrocore").plugin_opts "neotest-go"))

0 commit comments

Comments
 (0)