Added icons to neotree.

This commit is contained in:
James Patrick 2019-05-18 19:52:33 -04:00
parent 5fcdec6b4f
commit 9a1857aa1e

View File

@ -327,10 +327,12 @@ layers configuration.
This is the place where most of your configurations should be done. Unless it is This is the place where most of your configurations should be done. Unless it is
explicitly specified that a variable should be set before a package is loaded, explicitly specified that a variable should be set before a package is loaded,
you should place your code here." you should place your code here."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; UI ;; UI
;; Use Slant ;; Use Slant
(setq powerline-default-separator 'slant) (setq powerline-default-separator 'slant)
;; Neotree: Enable Icons
(setq neo-theme 'icons)
;; Setting the theme the cursor and colors for stuff ;; Setting the theme the cursor and colors for stuff
(setq spacemacs-evil-cursors '(("normal" "#51afef" box) (setq spacemacs-evil-cursors '(("normal" "#51afef" box)
("insert" "chartreuse3" (bar . 2)) ("insert" "chartreuse3" (bar . 2))