selectrum: move consult-lsp to :tools lsp

where it belongs
This commit is contained in:
Itai Y. Efrat 2021-04-29 21:40:43 +03:00
parent 0e9864d308
commit e8dc511c74
2 changed files with 3 additions and 3 deletions

View file

@ -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")))