Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (30 loc) · 1.41 KB

README.org

File metadata and controls

33 lines (30 loc) · 1.41 KB

lsp-server.el

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.

Table of contents

Installation

If you want to use Nix for installing server packages, install nix-env-install package as well.

Usage

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.

Contributing

One way to contributing to this package is to add more package specs to lsp-server-package-alist for a comprehensive support of languages.

License

GPL v3