Fix: enable counsel-jq when using ivy

Co-authored-by: gagbo <Gerry Agbobada>
This commit is contained in:
Edmund Miller 2020-05-28 10:19:16 -05:00
parent 2c158c8b81
commit 40e68f2a10
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -3,4 +3,5 @@
(package! json-mode :pin "0e819e519a")
(package! json-snatcher :pin "c4cecc0a50")
(package! counsel-jq :pin "b14dfc5c18")
(when (featurep! :completion ivy)
(package! counsel-jq :pin "b14dfc5c18"))