tools/lsp: minor refactor & doc revision

This commit is contained in:
Henrik Lissner 2020-08-22 15:31:38 -04:00
parent f83e6fe1cc
commit ffb21b18e5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 21 additions and 17 deletions

View file

@ -93,6 +93,7 @@ active, LSP is used to search a symbol indexed by the LSP server :
|-----------+-------------------------------------|
| =SPC c j= | Jump to symbol in current workspace |
| =SPC c J= | Jump to symbol in any workspace |
** Differences between eglot and lsp-mode
Entering the debate about which one to use would be useless. Doom provides an
easy way to switch out lsp client implementations so you can test for yourself
@ -108,6 +109,7 @@ closer integration with "more basic" emacs packages (=eldoc=, =xref=, ...).
** My language server is not found
Check the entry in the [[../../../docs/faq.org][FAQ]] about "Doom can't find my executables/doesn't inherit
the correct ~PATH~"
** LSP/Eglot is not started automatically in my buffer
Make sure that you added the =+lsp= flag to the language you're using too in
your init.el :