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 5cd235f commit c9c5f7aCopy full SHA for c9c5f7a
lua/astrocommunity/pack/haskell/init.lua
@@ -66,7 +66,7 @@ local pack = {
66
{
67
"nvim-neotest/neotest",
68
optional = true,
69
- dependencies = { "mrcjkb/neotest-haskell" },
+ dependencies = { "mrcjkb/neotest-haskell", config = function() end },
70
opts = function(_, opts)
71
if not opts.adapters then opts.adapters = {} end
72
table.insert(opts.adapters, require "neotest-haskell"(require("astrocore").plugin_opts "neotest-haskell"))
0 commit comments