mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -365,6 +365,8 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
||||
:defer t ; is loaded by ivy
|
||||
:init (setq ivy-flx-limit 10000))
|
||||
|
||||
(use-package! ivy-avy
|
||||
:after ivy)
|
||||
|
||||
(use-package! ivy-prescient
|
||||
:when (featurep! +prescient)
|
||||
|
@ -4,6 +4,7 @@
|
||||
(package! swiper :pin "6a22192f11a4aa0d43692bf685fd9b9d75911d00")
|
||||
(package! ivy)
|
||||
(package! ivy-hydra)
|
||||
(package! ivy-avy)
|
||||
(package! counsel)
|
||||
|
||||
(package! amx :pin "ccfc92c600df681df5e8b5fecec328c462ceb71e")
|
||||
|
Reference in New Issue
Block a user