feat(navigation/dired): set dirvish to use nerd-icons instead of all-the-icons

This commit is contained in:
2024-01-07 01:51:09 +00:00
parent 3735e52a0c
commit edf65c2132

View File

@@ -6,6 +6,8 @@
;;; Code:
(require 'siren-nerd-icons)
(use-package dirvish
:custom
(dirvish-cache-dir (siren-cache-dir "dirvish"))
@@ -19,7 +21,7 @@
("k" "~/Projects/krystal/" "krystal")))
(dirvish-mode-line-format '(:left (sort file-time " " file-size symlink)
:right (omit yank index)))
(dirvish-attributes '(subtree-state all-the-icons collapse file-size))
(dirvish-attributes '(subtree-state nerd-icons collapse file-size))
(dirvish-reuse-session t)
(dirvish-side-auto-expand t)