bump: consult-lsp

gagbo/consult-lsp@c882749 -> gagbo/consult-lsp@e8a50f2

compatibility fix with new versions of consult
This commit is contained in:
Itai Y. Efrat 2021-07-31 11:20:43 +03:00
parent 3af07d2500
commit 41772a80db

View file

@ -10,4 +10,4 @@
(when (featurep! :completion helm)
(package! helm-lsp :pin "c2c6974dadfac459b1a69a1217441283874cea92"))
(when (featurep! :completion vertico)
(package! consult-lsp :pin "c882749e91e4de3bae17d825ac9950cc074b1595")))
(package! consult-lsp :pin "e8a50f2c94f40c86934ca2eaff007f9c00586272")))