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 06565ee commit 2c1239fCopy full SHA for 2c1239f
1 file changed
lua/elixir/nextls/init.lua
@@ -15,7 +15,7 @@ function M.setup(opts)
15
group = nextls_group,
16
callback = function(event)
17
local cmd = event.data.cmd
18
- local auto_update = event.auto_update
+ local auto_update = event.data.auto_update
19
local options = event.data.opts
20
local root_dir = event.data.root_dir
21
vim.lsp.start({
0 commit comments