mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 11:36:16 +01:00
Enable ivy rich project caching
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
c51b13e35e
commit
591399f5a3
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue