NeoTree

From WikEmacs
Revision as of 09:34, 16 May 2017 by Elvince (talk | contribs) (add category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

"NeoTree" is a file browser sidebar similar to the popular NERDTree for Vim, with optional integration for Projectile.

NeoTree
Description File Browser Tree
Author Zhen Pei
Maintainer Zhen Pei
Source https://github.com/jaypei/emacs-neotree
Part of Emacs no


Integration

Projectile

Automatically change to project root directory

When running projectile-switch-project, this automatically changes the neotree root directory:

(setq projectile-switch-project-action 'neotree-projectile-action)