William Boman
William Boman
Hello! Hmm I've been unable to verify that `gzip` comes with stock Windows. I know `tar` was added, which is used in this plugin, but I remember being unable to...
I'd be open to actually attempting these "POSIX" commands before falling back to Windows-specific tooling, should they be available (e.g. via cygwin et al). I'll look into extending your PR...
Hello! I don't believe there's a cyclical dependency problem here as [this require](https://github.com/williamboman/nvim-lsp-installer/blob/33700e2de88699caa064e94e9642f244b26ac014/lua/nvim-lsp-installer/servers/init.lua#L233) is not done in the module closure. I believe this is happening because `lspconfig` is not available...
Hello! I believe the nvim-lsp-installer settings were added before jdtls introduced the `jdtls` wrapper script. In order to avoid breaking changes for people using `jdtls` via nvim-lsp-installer I'm not too...
Hello! What elixir version are you using?
My understanding is that the base zip file should be compatible with the last [3 Elixir and OTP versions](https://github.com/elixir-lsp/elixir-ls/blob/be0af9dadb2c4cceeb0893fe71d8380debe33f08/DEVELOPMENT.md#version-support-guidelines) - does it work if you download and unpack the elixir-ls-1.13.zip...
Hello! It seems like you have the `JAVA_HOME` environment variable defined. This variable is used to locate the user's installation of Java. Are you sure it's pointing to a valid...
Have you checked the `:LspLog` logs?
Try setting a lower log level to capture more information in `:LspLog` (see `:h lspconfig-logging` for how to do so). Do you see anything that could be helpful in your...
You can specify version via LspInstall, like so: ```vim :LspInstall [email protected] ```