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:
parent
444fea7c22
commit
41b237e06e
2 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue