You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
It took me a while to figure out why after adding use Ecto.Schema the server doesn't suggest schema. It turns out I've got a different elixir version installed on my machine.
I peeked into the lsp installation script and of cause the installer use .zip version.
My understanding is that the base zip file should be compatible with the last 3 Elixir and OTP versions - does it work if you download and unpack the elixir-ls-1.13.zip file from their release page?
Disclaimer: I don't do any elixir development
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It took me a while to figure out why after adding
use Ecto.Schema
the server doesn't suggestschema
. It turns out I've got a different elixir version installed on my machine.I peeked into the lsp installation script and of cause the installer use .zip version.
nvim-lsp-installer/lua/nvim-lsp-installer/servers/elixirls/init.lua
Lines 18 to 22 in c13ea61
I resolved my problem by manually install
elixir-ls
.I wonder why .zip file is used instead of something like this https://raw.githubusercontent.com/csokun/nvim/master/install-elixir-ls.sh.
The text was updated successfully, but these errors were encountered: