emacs-lsp-mode
Emacs client and library for the Language Server Protocol
LSP mode is a client and library implementation for the Language Server Protocol. This mode creates an IDE-like experience by providing optional integration with other popular Emacs packages like Company, Flycheck, and Projectile.
- Versions: 9.0.1-0.1472333
- Website: https://emacs-lsp.github.io/lsp-mode/
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-lsp-mode
as follows:
guix install emacs-lsp-mode
Or install a particular version:
guix install emacs-lsp-mode@9.0.1-0.1472333
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of emacs-lsp-mode about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-lsp-mode'><img src='https://packages.guix.gnu.org/packages/emacs-lsp-mode/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-lsp-mode)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-lsp-mode][https://packages.guix.gnu.org/packages/emacs-lsp-mode/badges/latest-version.svg]]