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
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)