NeoTree
Jump to navigation
Jump to search
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)