Skip to content

Commit

Permalink
fix(haskell): add empty config function for neotest adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 5, 2024
1 parent 5cd235f commit c9c5f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/haskell/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ local pack = {
{
"nvim-neotest/neotest",
optional = true,
dependencies = { "mrcjkb/neotest-haskell" },
dependencies = { "mrcjkb/neotest-haskell", config = function() end },
opts = function(_, opts)
if not opts.adapters then opts.adapters = {} end
table.insert(opts.adapters, require "neotest-haskell"(require("astrocore").plugin_opts "neotest-haskell"))
Expand Down

0 comments on commit c9c5f7a

Please sign in to comment.