Release v2.9
New Features
- Refactor async directory scan to make it parallel
- Add an option to scan synchronously (which is usually faster):
filesystem = { async_directory_scan = false }
- Support changing the git base for git status using
Neotree <gitref>
orNeotree git_base=<gitref>
- Add
NeoTreeEndOfBuffer
highlight group
Bug Fixes
- Handle git ignored logic correctly for files that are both ignored and dotfiles