Skip to content

Commit

Permalink
fix(scala): 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 d6c380a commit eb47a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/scala/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ return {
{
"nvim-neotest/neotest",
optional = true,
dependencies = { "stevanmilic/neotest-scala" },
dependencies = { "stevanmilic/neotest-scala", config = function() end },
opts = function(_, opts)
if not opts.adapters then opts.adapters = {} end
table.insert(opts.adapters, require "neotest-scala"(require("astrocore").plugin_opts "neotest-scala"))
Expand Down

0 comments on commit eb47a87

Please sign in to comment.