We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78df87a commit 613aa53Copy full SHA for 613aa53
1 file changed
lua/elixir/init.lua
@@ -11,6 +11,8 @@ M.elixirls.settings = elixirls.settings
11
M.elixirls.open_output_panel = elixirls.open_output_panel
12
13
function M.setup(opts)
14
+ opts = opts or {}
15
+
16
mix.setup()
17
projectionist.setup()
18
elixirls.setup(opts.elixirls or {})
0 commit comments