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 eb47a87 commit 898e8f7Copy full SHA for 898e8f7
lua/astrocommunity/pack/zig/init.lua
@@ -11,10 +11,10 @@ return {
11
{
12
"nvim-neotest/neotest",
13
optional = true,
14
- dependencies = { "lawrence-laz/neotest-zig", version = "^1" },
+ dependencies = { "lawrence-laz/neotest-zig", version = "^1", config = function() end },
15
opts = function(_, opts)
16
if not opts.adapters then opts.adapters = {} end
17
- table.insert(opts.adapters, require "neotest-zig")
+ table.insert(opts.adapters, require "neotest-zig"(require("astrocore").plugin_opts "neotest-zig"))
18
end,
19
},
20
0 commit comments