Difference between revisions of "NeoTree"
Jump to navigation
Jump to search
(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...") |
(add category) |
||
Line 27: | Line 27: | ||
[[Category:Third Party Package]] | [[Category:Third Party Package]] | ||
+ | |||
+ | [[Category:Intermediate]] |
Latest revision as of 09:34, 16 May 2017
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)