mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
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:
@@ -4,6 +4,7 @@
|
||||
(package! swiper :pin "a007ba637d6c6e232fb894e10a40cfc1142a24ae")
|
||||
(package! ivy)
|
||||
(package! ivy-hydra)
|
||||
(package! ivy-avy)
|
||||
(package! counsel)
|
||||
|
||||
(package! amx :pin "7fb7b874291e0cdeb1f0acb18564a686ec86788d")
|
||||
|
Reference in New Issue
Block a user