feat: add ivy-rich
This commit is contained in:
parent
0a2148f8df
commit
ffcbf8ec41
1 changed files with 7 additions and 1 deletions
|
|
@ -318,6 +318,12 @@ https://github.com/abo-abo/swiper
|
||||||
(use-package ivy-hydra
|
(use-package ivy-hydra
|
||||||
:after (ivy hydra)
|
:after (ivy hydra)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(use-package ivy-rich
|
||||||
|
:after ivy
|
||||||
|
:init
|
||||||
|
(ivy-rich-mode 1)
|
||||||
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Utils
|
* Utils
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue