Releases: nvim-neo-tree/neo-tree.nvim
Releases · nvim-neo-tree/neo-tree.nvim
3.2
What's Changed
- fix: restore deprecated
close_all
command, but remove from docs by @cseickel in #1082 - feat(filesystem): show window immediately without waiting for async scan by @cseickel in #1015
- fix!: fix and deprecate old
reveal_current_file
methods by @cseickel in #1099 - feat: improve default empty folder icons by @cseickel in #1101
Full Changelog: 3.1...3.2
3.1
What's Changed
- docs: Fix lazy.nvim instructions by @tradiff in #1060
- docs: fix help tags for custom commands and mappings by @tradiff in #1061
- fix(config): change add_blank_line_at_top implementation by @nhat-vo in #1066
- fix(preview): revert when jumping to preview window if it is not floating by @mrbjarksen in #1070
- fix: Leading slashes of spaces in paths on Windows when opening files by @wizcas in #1077
New Contributors
Full Changelog: 3.0...3.1
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
2.71
2.70
What's Changed
- fix: escape path on windows when opening file by @miversen33 in #1023
Full Changelog: 2.69...2.70
2.69
What's Changed
- 1018 add plenary to issue template by @miversen33 in #1019
Full Changelog: 2.68...2.69
2.68
Full Changelog: 2.67...2.68
2.67
2.66
What's Changed
- fix: split from buffer view opens blank buffer (#898) by @agoodshort in #1004
- fix: make split on open buffer work for all variations by @cseickel in #1005
- fix: reuse NuiTree and buffer if possible, fixes ghost tree problem by @cseickel in #1010
New Contributors
- @agoodshort made their first contribution in #1004
Full Changelog: 2.65...2.66
2.65
What's Changed
- feat(fs_actions): Add support for non-
/
path separator infs_actions.create_node
by @pynappo in #974 - feat(config): added support for edgy.nvim and fixed trouble.nvim ft by @folke in #970
- fix(renderer): no_next_padding to fix indentation set to 1 by @pysan3 in #977
- feat(state): attach diagnostics_lookup on creation by @pysan3 in #978
- feat(ui): hide hidden files irrespective of
hide_gitignored
option by @pysan3 in #946 - fix(diagnostics): fix diagnostics component mechanism by @pysan3 in #980
- fix(fuzzy): delay
open_file
after search to navigate first by @pysan3 in #979 - fix: Preventing removal of necessary root separator on Windows by @Aeceon in #986
- fix: lowercase file extension when looking up icon by @cseickel in #1003
New Contributors
- @pynappo made their first contribution in #974
- @folke made their first contribution in #970
- @Aeceon made their first contribution in #986
Full Changelog: 2.64...2.65