This package helps you install language servers for the Emacs lsp-mode.
It retrieves a package specification from a static configuration or try to discover an instruction from the README of lsp-mode
.
It also supports using nix-env for installing npm packages via nix-env-install package.
Its goal is to provide a VSCode-like coding experience on Emacs for any languages via lsp-mode
.
If you want to use Nix for installing server packages, install nix-env-install package as well.
Run lsp-server-install
command, select a language server, then it starts installation.
If the command fails to find out how to install the server, it may abort with a message or display a web page on the server.
One way to contributing to this package is to add more package specs to lsp-server-package-alist
for a comprehensive support of languages.
GPL v3