elixir-tools / next-ls

The language server for Elixir that just works. Ready for early adopters!
https://www.elixir-tools.dev/next-ls
MIT License
691 stars 41 forks source link

Elixir LS version outdated? #520

Closed mxgrn closed 3 months ago

mxgrn commented 3 months ago

I have to admin I still don't fully understand how Next LS is using Elixir LS, but when I'm getting the prompt:

Install ElixirLS                                                                                                                                                         
1: Yes                                                                                                                                                                   
2: No                                                                                                                                                                    
Type number and <Enter> or click with the mouse (q or empty cancels):

... and I choose 1 (I should, right?), I'm getting:

Cloning ref tags/v0.19.0 from repo elixir-lsp/elixir-ls

However, I'm seeing that Elixir LS is currently 0.21. Can this be an issue?

mhanberg commented 3 months ago

The default version is hardcoded, just needs to be bumped.

mhanberg commented 3 months ago

Oh, this is also an elixir-tools.nvim issue, not Next LS.

Elixir LS is enabled by default, so you must disable it if you don't want to use it.

mxgrn commented 3 months ago

Elixir LS is enabled by default, so you must disable it if you don't want to use it.

Any pointer to where I can read what Elixir LS adds? I thought Next LS is supposed to replace it. Didn't expect them to me complementary.

mxgrn commented 3 months ago

https://github.com/elixir-tools/elixir-tools.nvim/issues/215