Merge pull request #3414 from Andre0991/add-ivy-avy

Add `ivy-avy`
This commit is contained in:
Henrik Lissner 2020-11-27 23:26:08 -05:00 committed by GitHub
commit 7febca1988
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -365,6 +365,8 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
:defer t ; is loaded by ivy :defer t ; is loaded by ivy
:init (setq ivy-flx-limit 10000)) :init (setq ivy-flx-limit 10000))
(use-package! ivy-avy
:after ivy)
(use-package! ivy-prescient (use-package! ivy-prescient
:when (featurep! +prescient) :when (featurep! +prescient)

View file

@ -4,6 +4,7 @@
(package! swiper :pin "6a22192f11a4aa0d43692bf685fd9b9d75911d00") (package! swiper :pin "6a22192f11a4aa0d43692bf685fd9b9d75911d00")
(package! ivy) (package! ivy)
(package! ivy-hydra) (package! ivy-hydra)
(package! ivy-avy)
(package! counsel) (package! counsel)
(package! amx :pin "ccfc92c600df681df5e8b5fecec328c462ceb71e") (package! amx :pin "ccfc92c600df681df5e8b5fecec328c462ceb71e")