NeoTree

From WikEmacs
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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)