neo-tree.nvim
neo-tree.nvim copied to clipboard
Changes for v3.0
It's time for a 3.0. This issue will be used to keep track of the changes planned or made for that release:
Breaking Changes
- [ ] Remove deprecated
NeoTree*
commands, along with their methods in the baseneo-tree
module. - [ ] Remove
close_floats_on_escape_key
option in favor of explicit mappings - [ ] Change git_status table to return higher level objects instead of the raw two letter codes
- [ ] Extract git module into separate library?
Features
Other Changes
- [ ] Make
main
the default branch to simplify the PR workflow