Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
nvim-tree_ v1.14.0 source code.tar.gz | 2025-08-12 | 133.4 kB | |
nvim-tree_ v1.14.0 source code.zip | 2025-08-12 | 186.6 kB | |
README.md | 2025-08-12 | 3.3 kB | |
Totals: 3 Items | 323.3 kB | 0 |
1.14.0 (2025-08-12)
Features
- #2685: highlight git new tracked with NvimTreeGitFileNewHL (#3176) (0a52012)
- #2789: add optional function expand_until to api.tree.expand_all and api.node.expand (#3166) (1b876db)
- #2826: allow only one window with nvim-tree buffer per tab (#3174) (dd2364d)
- #3157: add view.cursorlineopt (#3158) (8eb5e0b)
Bug Fixes
- #3077: deleting a directory containing symlinked directory will delete the contents of the linked directory (#3168) (10db694)
- #3157: add view.cursorlineopt (8eb5e0b)
- #3172: live filter exception (#3173) (0a7fcdf)
- invalid window id for popup info window (#3147) (d54a187)
- picker: exclude full_name window id from the choice (#3165) (543ed3c)
- window picker ignore hidden window (#3145) (d87b41c)
Performance Improvements
- #3171: cache toplevel for untracked (#3185) (4425136)
- #3171: use vim.system() instead of vim.fn.system() to execute git toplevel (#3175) (9a05b9e)