We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de464e commit 5cd235fCopy full SHA for 5cd235f
lua/astrocommunity/pack/go/init.lua
@@ -128,7 +128,7 @@ return {
128
{
129
"nvim-neotest/neotest",
130
optional = true,
131
- dependencies = { "nvim-neotest/neotest-go" },
+ dependencies = { "nvim-neotest/neotest-go", config = function() end },
132
opts = function(_, opts)
133
if not opts.adapters then opts.adapters = {} end
134
table.insert(opts.adapters, require "neotest-go"(require("astrocore").plugin_opts "neotest-go"))
0 commit comments