doomemacs/modules/ui/neotree
Henrik Lissner 53fe7a1f04 Refactor Project API to reflect changes upstream
projectile-project-root no longer returns `default-directory` if not in
a project (it returns nil). As such, doom-project-* functions (and their
uses) have been refactored.

+ doom-project-p & doom-project-root are aliases for
  projectile-project-p & projectile-project-root.
+ doom-project-{p,root,name,expand} now has a DIR argument (for
  consistency, since projectile-project-name and
  projectile-project-expand do not).
+ The nocache parameter is no longer necessary, as projectile's caching
  behavior is now more sane.
+ Removed some projectile advice/hacks that are no longer necessary.
+ Updated unit tests
2018-09-28 21:13:27 -04:00
..
autoload.el Refactor Project API to reflect changes upstream 2018-09-28 21:13:27 -04:00
config.el Minor refactor, across the board 2018-06-18 15:02:24 +02:00
packages.el Move :tools neotree => :ui neotree 2018-05-14 13:05:03 +02:00
README.org Move :tools neotree => :ui neotree 2018-05-14 13:05:03 +02:00

:evil neotree

This module brings a side panel for browsing project files, inspired by vim's NERDTree.

Sure, there's dired and projectile, but sometimes I'd like a bird's eye view of a project.