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
Fresh install of 0.21.1 using elixir-tools.nvim, I don't get any completions or symbols for my project because indexing fails.
The log shows the following:
23:25:05.192 [debug] sent notification server -> client window/logMessage
23:25:05.192 [info] Shall I install rebar3? (if running non-interactively, use "mix local.rebar --force") [Yn]
23:25:05.197 [debug] sent notification server -> client $/progress
23:25:05.197 [debug] sent notification server -> client window/logMessage
23:25:05.197 [warning] Unexpected compiler response: {:error, %{message: "Could not find \"rebar3\" to compile dependency :poolboy, please ensure \"rebar3\" is available", __struct__: Mix.Error, __exception__: true, mix: 1}}
Since the runtime is now bundled with next-ls, I don't know how I can install rebar myself. All dependencies work locally using Elixir 1.16.2, OTP 26.2.4 both installed using mise.
Fresh install of 0.21.1 using
elixir-tools.nvim, I don't get any completions or symbols for my project because indexing fails.The log shows the following:
Since the runtime is now bundled with next-ls, I don't know how I can install rebar myself. All dependencies work locally using Elixir 1.16.2, OTP 26.2.4 both installed using mise.