| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.41.0 source code.tar.gz | 2026-05-15 | 235.7 kB | |
| 3.41.0 source code.zip | 2026-05-15 | 302.9 kB | |
| README.md | 2026-05-15 | 2.0 kB | |
| Totals: 3 Items | 540.6 kB | 0 | |
Another qol/bugfix-focused set of patches. Notably fixes nightly 0.13 compatibility now that BufModifiedSet is removed.
What's Changed
- docs(install): promote
vim.packinstructions overmini.depsby @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2005 - ci: add neovim 0.12 by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2006
- fix(git): skip non-status lines during parsing by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2008
- fix(components): render conflict icon for files with git conflicts by @Rajil1213 in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2012
- fix(git): handle nested worktrees properly by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2015
- perf(git): use check-ignore for new worktrees by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2022
- fix(events): BufModifiedSet dropped after neovim/neovim#35610 merge by @edwarmv in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2023
- chore: format by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2024
- fix(renderer): skip position saving until old position restored by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2027
- Fix missing bufnr by @schnittchen in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2030
- ci(mise): rename dependencies task due to
mise depssubcommand by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2033
New Contributors
- @Rajil1213 made their first contribution in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2012
- @edwarmv made their first contribution in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2023
- @schnittchen made their first contribution in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/2030
Full Changelog: https://github.com/nvim-neo-tree/neo-tree.nvim/compare/3.40.0...3.41.0