mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
selectrum: move consult-lsp to :tools lsp
where it belongs
This commit is contained in:
@ -8,4 +8,6 @@
|
||||
(when (featurep! :completion ivy)
|
||||
(package! lsp-ivy :pin "bccd86028e669f5a1cad78364775fe7a0741ff93"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-lsp :pin "c2c6974dadfac459b1a69a1217441283874cea92")))
|
||||
(package! helm-lsp :pin "c2c6974dadfac459b1a69a1217441283874cea92"))
|
||||
(when (featurep! :completion selectrum)
|
||||
(package! consult-lsp :pin "ed3cfd2e67fc5117819c0c739814780bb4c2d716")))
|
||||
|
Reference in New Issue
Block a user