NeoTree

From WikEmacs
Revision as of 02:30, 9 November 2016 by Zilti (talk | contribs) (Created page with "{{Package |name=NeoTree |description=File Browser Tree |author=Zhen Pei |maintainer=Zhen Pei |source=https://github.com/jaypei/emacs-neotree |in_emacs=no |Development...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
NeoTree
Description File Browser Tree
Author Zhen Pei
Maintainer Zhen Pei
Source https://github.com/jaypei/emacs-neotree
Part of Emacs no

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


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)