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 25872cb commit 5b56de4Copy full SHA for 5b56de4
1 file changed
lua/elixir/nextls/init.lua
@@ -26,6 +26,7 @@ function M.setup(opts)
26
cmd = cmd,
27
cmd_env = {
28
NEXTLS_VERSION = options.version,
29
+ NEXTLS_AUTO_UPDATE = true
30
},
31
settings = {},
32
capabilities = options.capabilities or vim.lsp.protocol.make_client_capabilities(),
0 commit comments