Releases: nvim-neo-tree/neo-tree.nvim
Releases · nvim-neo-tree/neo-tree.nvim
Release v2.16
New Features
- Add commands to open splits with window picker
Bug Fixes
- Prevent duplicate [No Name] buffers on netrw hijack
Release v2.15
New Features
- Add
enable_character_fade
option tocontainer
component - Add support for hidden files on Windows
- Make
nowait
the default setting for the all mappings except for<space>
- Allow clearing default mappings with
use_default_mappings = false
Bug Fixes
- Skip git warnings when parsing status
- Reset faded highlights on color scheme change
Release v2.14
Bug Fixes
- Fix many path related issues on Windows, including:
- git ignored
- navigate up command
- nested file issues
- diagnostic icons for folders
- Fix refresh after adding file with open nested files
Release v2.13
New Features
- Add
NeoTreeSignColumn
highlight group - Add
hide_by_pattern
option tofilesystem.filtered_items
Bug Fixes
- fix performance issues with check git ignored code
- fix error with delete directory action on Windows
Other
- Fix possessive "its" on the README
Release v2.12
New Features
- Use native recursive delete for directories (
rm -Rf
) - Optimize resize timer to lower cpu usage
Release v2.11
New Features
- Add
mapping_options
config to setmap-arguments
likenowait
- Add built-in "open_with_window_picker" command
- Make
async_directory_scan
option take three way choice: "always", "never", or "auto"
Bug Fixes
- Fix git status logic to show conflicts correctly
Release v2.10
New Features
- Various tweaks and optimizations to improve speed
- Including reworked async filesystem scan
- and opening sync from user commands to get the fastest response time
- and reserving async loading for background refreshes
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
Release v2.8
New Features
- Add
resize_timer_interval
config option
Release v2.7
New Features
- Add highlight groups:
- NeoTreeStatusLine: StatusLine override in Neo-tree window.
- NeoTreeStatusLineNC: StatusLineNC override in Neo-tree window.
- NeoTreeVertSplit: VertSplit override in Neo-tree window.
Bug Fixes
- Update README Quickstart to move
filesystem
only mappings out of the global mapping config - Fix the
navigate_up
andset_root
commands on thebuffers
source