doomemacs/modules/ui/neotree
Henrik Lissner 8085a55bcb
ui/neotree: fix open/find-this-file commands #992
A not-so-recent update to projectile caused doom-project-root's
signature to change (it can now return nil, if not in a project). This
fixes +neotree/open and +neotree/find-this-file to account for this new
behavior, by resorting to default-directory in the absence of a project.
2018-10-31 14:45:51 -04:00
..
autoload.el ui/neotree: fix open/find-this-file commands #992 2018-10-31 14:45:51 -04:00
config.el Minor refactor, across the board 2018-06-18 15:02:24 +02:00
packages.el
README.org

: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.