:tools lsp update readme to include consult-lsp
This commit is contained in:
parent
ed922a62cb
commit
5f12afca34
1 changed files with 6 additions and 4 deletions
|
@ -67,8 +67,9 @@ As of this writing, this is the state of LSP support in Doom Emacs:
|
||||||
** Plugins
|
** Plugins
|
||||||
+ [[https://github.com/emacs-lsp/lsp-mode][lsp-mode]]
|
+ [[https://github.com/emacs-lsp/lsp-mode][lsp-mode]]
|
||||||
+ [[https://github.com/emacs-lsp/lsp-ui][lsp-ui]]
|
+ [[https://github.com/emacs-lsp/lsp-ui][lsp-ui]]
|
||||||
+ [[https://github.com/emacs-lsp/lsp-ivy][lsp-ivy]]
|
+ [[https://github.com/emacs-lsp/lsp-ivy][lsp-ivy]] (=:completion ivy=)
|
||||||
+ [[https://github.com/emacs-lsp/helm-lsp][helm-lsp]]
|
+ [[https://github.com/emacs-lsp/helm-lsp][helm-lsp]] (=:completion helm=)
|
||||||
|
+ [[https://github.com/gagbo/consult-lsp][consult-lsp]] (=:completion selectrum=)
|
||||||
+ [[https://github.com/joaotavora/eglot][eglot]]
|
+ [[https://github.com/joaotavora/eglot][eglot]]
|
||||||
|
|
||||||
* Prerequisites
|
* Prerequisites
|
||||||
|
@ -85,8 +86,9 @@ including instructions to register your own.
|
||||||
|
|
||||||
* TODO Features
|
* TODO Features
|
||||||
** LSP-powered project search
|
** LSP-powered project search
|
||||||
Without the =+eglot= flag, and when =:completion ivy= or =:completion helm= is
|
Without the =+eglot= flag, and when =:completion ivy=, =:completion helm= or
|
||||||
active, LSP is used to search a symbol indexed by the LSP server :
|
=:completion selectrum= is active, LSP is used to search a symbol indexed by the
|
||||||
|
LSP server :
|
||||||
| Keybind | Description |
|
| Keybind | Description |
|
||||||
|-----------+-------------------------------------|
|
|-----------+-------------------------------------|
|
||||||
| =SPC c j= | Jump to symbol in current workspace |
|
| =SPC c j= | Jump to symbol in current workspace |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue