mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
selectrum: add consult-lsp
- add `consult-lsp` to tools/lsp if the selectrum module is active - add the selectrum/consult version of workspace symbol search under `SPC c j/J` - update TODO.org
This commit is contained in:
@@ -10,3 +10,5 @@ https://github.com/minad/marginalia/issues/59
|
||||
In ivy, backspace on =/foo/bar/!= (where =!= is the cursor) leads to =/foo/!=
|
||||
In selectrum, it leads to =/foo/bar!=
|
||||
** TODO =SPC s B=
|
||||
* PROJ Other
|
||||
** TODO bind =consult-lsp-diagnostics= to something?
|
||||
|
@@ -12,6 +12,8 @@
|
||||
(package! consult :pin "846c715ee1df94292a9bb2467810bd7959ccf078")
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! consult-flycheck :pin "846c715ee1df94292a9bb2467810bd7959ccf078"))
|
||||
(when (featurep! :tools lsp)
|
||||
(package! consult-lsp :pin "ed3cfd2e67fc5117819c0c739814780bb4c2d716"))
|
||||
|
||||
(package! embark :pin "5f3097824f8c3d17bcd70c4e4ce597bcfcf2196f")
|
||||
(package! embark-consult :pin "5f3097824f8c3d17bcd70c4e4ce597bcfcf2196f")
|
||||
|
Reference in New Issue
Block a user