Added neotree - Manage directory

This commit is contained in:
Jesús
2018-10-03 15:33:23 -05:00
parent 64efd16ffe
commit 7ae797d197
3 changed files with 19 additions and 1 deletions

17
lisp/init-neotree.el Normal file
View File

@@ -0,0 +1,17 @@
;;-----------------------------------
;; Neotree - NerdTree for Vim
;;-----------------------------------
(require-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)