Skip to content

Commit 613aa53

Browse files
committed
fix: default arg to empty table
Closes #63
1 parent 78df87a commit 613aa53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lua/elixir/init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ M.elixirls.settings = elixirls.settings
1111
M.elixirls.open_output_panel = elixirls.open_output_panel
1212

1313
function M.setup(opts)
14+
opts = opts or {}
15+
1416
mix.setup()
1517
projectionist.setup()
1618
elixirls.setup(opts.elixirls or {})

0 commit comments

Comments
 (0)