diff --git a/lua/astrocommunity/pack/go/init.lua b/lua/astrocommunity/pack/go/init.lua index b0578f1bd..bedd7aeb0 100644 --- a/lua/astrocommunity/pack/go/init.lua +++ b/lua/astrocommunity/pack/go/init.lua @@ -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"))