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
Create a Homebrew formula for elixir-ls, similar how it is done for other language servers.
Rationale
At the moment, the installation is still quite manual and is not nearly as simple as it could be. This can create a barrier for newcomers to the language, who expect a decently easy to setup development environment.
For example, the ErlangLS simply requires running make and make install.
Clojure-LSP has a native formula that is automatically pulled and installed, and just needs to be added to a Brewfile or installed with brew install.
The text was updated successfully, but these errors were encountered:
Feature request
Create a Homebrew formula for
elixir-ls
, similar how it is done for other language servers.Rationale
At the moment, the installation is still quite manual and is not nearly as simple as it could be. This can create a barrier for newcomers to the language, who expect a decently easy to setup development environment.
For example, the ErlangLS simply requires running
make
andmake install
.Clojure-LSP has a native formula that is automatically pulled and installed, and just needs to be added to a Brewfile or installed with
brew install
.The text was updated successfully, but these errors were encountered: