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
explicitly specified that a variable should be set before a package is loaded,
you should place your code here."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; UI
;; Use Slant
(setq powerline-default-separator 'slant)
;; Neotree: Enable Icons
(setq neo-theme 'icons)
;; Setting the theme the cursor and colors for stuff
(setq spacemacs-evil-cursors '(("normal" "#51afef" box)
("insert" "chartreuse3" (bar . 2))