sublimelsp / LSP-elixir

Elixir support for Sublime LSP plugin

Home Page:https://lsp.sublimetext.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail to start lsp elixir

betososa opened this issue · comments

Hey! I am using this project in a manjaro OS, installed elixir via asdf

When I try to start the lsp elixir, i get a pop up window saying "lsp-elixir exited with status code 127"

When looking at the debug panel i see the message
lsp-elixir: ~/.cache/sublime-text/Package Storage/LSP-elixir/server/0.11.0/launch.sh: line 73: exec: elixir: not found

If i run elixir in a termninal, i see that it actually runs, do you know what I am missing?

Thanks!

Thank you so much, it pointed in me the right direction, in the end, what end up solving my issue was tthis

sublimehq/sublime_text#3288 (comment)