Add ivy-avy

`ivy-avy` makes it possible to select a candidate with `avy` by using `C-'` in an ivy minibuffer.
This functinally used to come with `swiper`, but it was split: https://github.com/melpa/melpa/pull/6951
This commit is contained in:
Andre Peric Tavares 2020-06-18 23:15:33 -03:00
parent 444fea7c22
commit 41b237e06e
No known key found for this signature in database
GPG key ID: B26D7B3B57AA8777
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 "a007ba637d6c6e232fb894e10a40cfc1142a24ae") (package! swiper :pin "a007ba637d6c6e232fb894e10a40cfc1142a24ae")
(package! ivy) (package! ivy)
(package! ivy-hydra) (package! ivy-hydra)
(package! ivy-avy)
(package! counsel) (package! counsel)
(package! amx :pin "7fb7b874291e0cdeb1f0acb18564a686ec86788d") (package! amx :pin "7fb7b874291e0cdeb1f0acb18564a686ec86788d")