Skip to content

Commit

Permalink
fix(scala): use opts instead of config since they merge for confi…
Browse files Browse the repository at this point in the history
…guring `nvim-dap`
  • Loading branch information
mehalter committed Sep 7, 2024
1 parent 6a79a8b commit b6f8a51
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 @@ -52,7 +52,7 @@ return {
{
"mfussenegger/nvim-dap",
optional = true,
config = function()
opts = function()
local scala_config = {
{
type = "scala",
Expand Down

0 comments on commit b6f8a51

Please sign in to comment.