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 86c4b2f commit 42aec43Copy full SHA for 42aec43
1 file changed
lua/elixir/nextls/init.lua
@@ -24,6 +24,7 @@ function M.setup(opts)
24
cmd = cmd,
25
cmd_env = {
26
NEXTLS_VERSION = options.version,
27
+ NEXTLS_SPITFIRE_ENABLED = options.spitfire,
28
NEXTLS_AUTO_UPDATE = auto_update,
29
},
30
init_options = options.init_options or vim.empty_dict(),
0 commit comments