mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix: enable counsel-jq when using ivy
Co-authored-by: gagbo <Gerry Agbobada>
This commit is contained in:
@ -3,4 +3,5 @@
|
|||||||
|
|
||||||
(package! json-mode :pin "0e819e519a")
|
(package! json-mode :pin "0e819e519a")
|
||||||
(package! json-snatcher :pin "c4cecc0a50")
|
(package! json-snatcher :pin "c4cecc0a50")
|
||||||
(package! counsel-jq :pin "b14dfc5c18")
|
(when (featurep! :completion ivy)
|
||||||
|
(package! counsel-jq :pin "b14dfc5c18"))
|
||||||
|
Reference in New Issue
Block a user