Set up ivy-rich
This commit is contained in:
parent
07d3e34fd2
commit
51eaaaf2f0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user