Skip to content

Commit 2c1239f

Browse files
authored
fix(nextls): correctly set autoupdate flag (#162)
1 parent 06565ee commit 2c1239f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/elixir/nextls/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function M.setup(opts)
1515
group = nextls_group,
1616
callback = function(event)
1717
local cmd = event.data.cmd
18-
local auto_update = event.auto_update
18+
local auto_update = event.data.auto_update
1919
local options = event.data.opts
2020
local root_dir = event.data.root_dir
2121
vim.lsp.start({

0 commit comments

Comments
 (0)