Skip to content

Commit af1b5a8

Browse files
authored
feat(nextls): enable auto update (#159)
This flag will allow nextls 0.10+ to update itself after it starts
1 parent 25872cb commit af1b5a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/elixir/nextls/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function M.setup(opts)
2626
cmd = cmd,
2727
cmd_env = {
2828
NEXTLS_VERSION = options.version,
29+
NEXTLS_AUTO_UPDATE = true,
2930
},
3031
settings = {},
3132
capabilities = options.capabilities or vim.lsp.protocol.make_client_capabilities(),

0 commit comments

Comments
 (0)