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 a938c09 commit 252c3e5Copy full SHA for 252c3e5
1 file changed
lua/elixir/nextls/init.lua
@@ -82,7 +82,7 @@ function M.setup(opts)
82
if
83
not vim.b.elixir_tools_prompted_nextls_install
84
and type(opts.port) ~= "number"
85
- and not vim.uv.fs_stat(opts.cmd)
+ and (opts.auto_update and not vim.uv.fs_stat(opts.cmd))
86
then
87
vim.ui.select({ "Yes", "No" }, { prompt = "Install Next LS?" }, function(choice)
88
if choice == "Yes" then
0 commit comments