Releases: nvim-neo-tree/neo-tree.nvim
Releases · nvim-neo-tree/neo-tree.nvim
3.24
What's Changed
- feat: allow to pass function to fuzzy_finder_mappings by @adoyle-h in #1423
- feat(set_root): allow filesystem and buffers to run set_root when the cursor is on both files and directories by @xvzc in #1420
- fix: revert window close buffer cleanup code by @cseickel in #1433
New Contributors
Full Changelog: 3.23...3.24
3.23
3.22
What's Changed
- fix(docs): use proper lua syntax & vim.keymap api by @pheis in #1397
- fix(command): normalize reveal_file path argument by @Renerick in #1402
- Update fs_actions.lua fixes #1399 by @WillEhrendreich in #1400
- fix(input): pass bufnr and winid to event instead by @pysan3 in #1398
- fix(fs_scan): ensure parents of all expanded nodes are also scanned by @pysan3 in #1393
- fix: winfixbuf/
current toggle
bug from #1390 by @cseickel in #1408
New Contributors
- @pheis made their first contribution in #1397
- @Renerick made their first contribution in #1402
- @WillEhrendreich made their first contribution in #1400
Full Changelog: 3.21...3.22
3.21
What's Changed
- fix: continue improving Windows path escaping for commands by @bwpge in #1388
- fix(selector): selector layouts cannot handle when not enough width by @pysan3 in #1392
- fix(winfixbuf): avoid windows that have
winfixbuf
when opening buffers by @pysan3 in #1390 - Delete
enable_normal_mode_for_inputs
fromdefaults.lua
by @rrrix in #1395
New Contributors
Full Changelog: 3.20...3.21
3.20
3.19
3.18
3.17
What's Changed
- fix(prompt): confirm
cwd
changing usingvim.fn.comfirm
by @konosubakonoakua in #1328 - fix(filesystem): fix filesystem path on windows platform by @konosubakonoakua in #1327
- fix: make buffer command compatible with Windows paths (#1350) by @bwpge in #1351
New Contributors
- @konosubakonoakua made their first contribution in #1328
- @bwpge made their first contribution in #1351
Full Changelog: 3.16...3.17
3.16
What's Changed
- feat: Add ability to hijack-cursor by @ghostbuster91 in #955
Full Changelog: 3.15...3.16
3.15
What's Changed
- fix: compatibility with 0.10 extmark sign by @ofseed in #1265
- fix(renderer): fix jumping to the top when opening files. by @georgeguimaraes in #1274
- doc: correct table for git symbols to be within git_status table by @aedificatio in #1278
- fix(renderer): after focusing a node, such node was always focused by @georgeguimaraes in #1280
- test: disable flaky netrw-hijack test by @cseickel in #1281
- chore: move popup_border_style description to above the key by @sarmong in #1283
- fix(renderer): fix Neotree focus/show toggle behaviour by @georgeguimaraes in #1288
- chore(dockerfile): add nvim-web-devicons by @georgeguimaraes in #1289
- fix(diagnostic):
text
isnil
by @kawre in #1295 - feat(filesystem): open in right below or left above split by @Blackmorse in #1294
New Contributors
- @georgeguimaraes made their first contribution in #1274
- @aedificatio made their first contribution in #1278
- @sarmong made their first contribution in #1283
- @kawre made their first contribution in #1295
- @Blackmorse made their first contribution in #1294
Full Changelog: 3.14...3.15