Skip to content

Commit

Permalink
[Docs] Add Emacs (LSP Mode) to the LSP doc
Browse files Browse the repository at this point in the history
Follow up emacs-lsp/lsp-mode#4090.

Emacs LSP Mode supports the built-in language server. So, This PR adds Emacs LSP Mode to the LSP doc.
  • Loading branch information
koic committed Aug 27, 2023
1 parent 51ed9ab commit a063137
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/modules/ROOT/pages/usage/lsp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ If you run into problems, first use "M-x eglot-reconnect" to reconnect to the la

See Eglot's official documentation for more information.

=== Emacs (LSP Mode)

https://github.com/emacs-lsp/lsp-mode[LSP Mode] is an Emacs client/library for the Language Server Protocol.

You can get the new `lsp-mode` package from https://melpa.org/#/lsp-mode[MELPA].

See LSP Mode official documentation for more information:
https://emacs-lsp.github.io/lsp-mode/page/lsp-rubocop/

=== Vim and Neovim (coc.nvim)

https://github.com/neoclide/coc.nvim[coc.nvim] is an extension host for Vim and Neovim, powered by Node.js.
Expand Down

0 comments on commit a063137

Please sign in to comment.