diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 2502edd..550630b 100755 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -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