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
:init (setq ivy-flx-limit 10000))
(use-package! ivy-avy
:after ivy)
(use-package! ivy-prescient
:when (featurep! +prescient)