Skip to content

Commit c9c5f7a

Browse files
committed
fix(haskell): add empty config function for neotest adapter
1 parent 5cd235f commit c9c5f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrocommunity/pack/haskell/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ local pack = {
6666
{
6767
"nvim-neotest/neotest",
6868
optional = true,
69-
dependencies = { "mrcjkb/neotest-haskell" },
69+
dependencies = { "mrcjkb/neotest-haskell", config = function() end },
7070
opts = function(_, opts)
7171
if not opts.adapters then opts.adapters = {} end
7272
table.insert(opts.adapters, require "neotest-haskell"(require("astrocore").plugin_opts "neotest-haskell"))

0 commit comments

Comments
 (0)