3.0
What's Changed
- feat(sources): add follow_current_file.leave_dirs_open option by @pysan3 in #1017
- fix(icons): replace obsolete Nerd Fonts icons by @loichyan in #909
- docs: fix outdated diagnostics signs info by @jensgreen in #1035
- docs: add Buffers entry to Nerd Fonts v3 source selector example by @NReilingh in #1040
- refactor(filesystem): fix recursive expand of nodes by @ghostbuster91 in #957
- fix(devicons): let
nvim-web-devicons
decide the extension by @pysan3 in #1044 - fix(utils): typo in open split command by @pysan3 in #1045
- feat(ui/inputs): enable normal mode in rename popup by @LoneExile in #1043
- fix: normalize file paths (#993) by @miversen33 in #1051
- refactor!: remove
close_floats_on_esc_key
opt, replace withcancel
mapping by @cseickel in #1052 - feat!: remove deprecated user commands by @cseickel in #1055
- fix: restore ability to have separate trees for each tab by @cseickel in #1056
- docs: update README for 3.0 by @cseickel in #1057
Breaking Changes
- Default icons now point to Nerd Fonts v3 symbols
- The original user commands have been removed:
NeoTreeClose
NeoTreeFloat
NeoTreeFocus
NeoTreeShow
NeoTreeReveal
NeoTreeRevealInSplit
NeoTreeShowInSplit
NeoTreeFloatToggle
NeoTreeFocusToggle
NeoTreeShowToggle
NeoTreeRevealToggle
NeoTreeRevealInSplitToggle
NeoTreeShowInSplitToggle
NeoTreePasteConfig
NeoTreeSetLogLevel
NeoTreeLogs
- Please use the newer
Neotree
command instead
- Removed
close_floats_on_escape_key
option, which was replaced withwindow.mappings
mapped to the"cancel"
command
New Contributors
- @jensgreen made their first contribution in #1035
- @NReilingh made their first contribution in #1040
- @LoneExile made their first contribution in #1043
Full Changelog: 2.70...3.0