aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/init-neotree.el
blob: ac173a851a16354fc02c01d644e3b71bf0249144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;;-----------------------------------
;; Neotree - NerdTree for Vim
;;-----------------------------------
(use-package neotree)
(global-set-key [f8] 'neotree-toggle)

;;-----------------------
;; neo-smart-open
;;-----------------------
;;(setq neo-smart-open t)

;;---------------------------------------------------------
;; Custom icons - Require of all-the-icons
;;---------------------------------------------------------
(setq neo-theme (if (display-graphic-p) 'icons 'arrow))

(provide 'init-neotree)