Set up ivy-rich

This commit is contained in:
Jeremy Dormitzer 2021-01-15 15:59:26 -05:00
parent 07d3e34fd2
commit 51eaaaf2f0

View File

@ -5056,6 +5056,15 @@ An alternative minibuffer completion framework:
:commands (lsp-ivy-workspace-symbol
lsp-ivy-global-workspace-symbol))
(use-package ivy-rich
:hook (ivy-mode . ivy-rich-mode))
(use-package all-the-icons-ivy-rich
:after (ivy-rich)
:demand t
:config
(all-the-icons-ivy-rich-mode 1))
(leader-def-key "cs" #'lsp-ivy-workspace-symbol)
#+END_SRC