Enable ivy rich project caching

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2021-06-16 07:14:09 +02:00
parent c51b13e35e
commit 591399f5a3
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -987,14 +987,15 @@ parts, separate them with a ~<SPC>~.
:hook (after-init . all-the-icons-ivy-rich-mode))
#+END_SRC
~ivy-rich~ add more stuff into =switch-to-buffer=, but has some issues when working over TRAMP. It gets a little
slow. TODO
~ivy-rich~ add more stuff into =switch-to-buffer=. Enable ~ivy-rich-project-root-cache-mode~ globally, helps with TRAMP
performance tremendously.
#+BEGIN_SRC emacs-lisp
(use-package ivy-rich
:straight t
:config
(ivy-rich-mode 1))
(ivy-rich-mode 1)
:hook (ivy-rich-mode . ivy-rich-project-root-cache-mode))
#+END_SRC
~ivy-hydra~ adds Helm like extended actions.