Skip to content

Commit

Permalink
feat(files): add my fork of neotree which supports nerd-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 19, 2024
1 parent ebda3ad commit 3a15522
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/me-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
(+map!
;; Open
"o-" #'dirvish
"op" #'dirvish-side
"oq" #'dirvish-quick-access
;; Search
"sd" #'dirvish-fd)
Expand All @@ -39,6 +38,13 @@

(dirvish-override-dired-mode 1))

(use-package neotree
:straight (:host github :repo "abougouffa/emacs-neotree" :branch "feat/nerd-icons")
:custom
(neo-theme 'nerd-icons)
:init
(+map! "op" #'neotree-toggle))

(use-package vlf-setup
:straight vlf
:after minemacs-loaded
Expand Down

0 comments on commit 3a15522

Please sign in to comment.