| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.38.0 source code.tar.gz | 2025-11-04 | 215.1 kB | |
| 3.38.0 source code.zip | 2025-11-04 | 277.8 kB | |
| README.md | 2025-11-04 | 2.0 kB | |
| Totals: 3 Items | 494.9 kB | 0 | |
New Features
- feat(clipboard): global/universal sync, clear_clipboard cmd by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/1800
By default, this is disabled.
With clipboard.sync = "global", you can copy-paste files across Neo-tree windows in the same instance.
With clipboard.sync = "universal", you can copy-paste files across all Neo-tree windows on your machine. As this relies on saving the clipboard as a JSON file, your clipboard will also persist across Neovim instances - use <C-r> to clear it if you'd like.
Read :h neo-tree-clipboard-sync if you're interested in learning about how to implement your own backend.
- feat: add
keep_altfileoption by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/1912
This works like g:netrw_altfile, and is likewise false by default. If keep_altfile = true, the altfile will remain as whatever file you opened before switching into Neo-tree.
Fixes/misc:
- docs: clipboard event & formatting fixes by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/1909
- fix(source_selector): check for tree before getting node text by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/1913
- fix: tilde expansion for path reveal and normalize by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/1916
- fix(filesystem): remove forced focus on submit by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/1918
- fix(renderer): attach position autocmds to all neo-tree buffers by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/1920
- fix(utils): handle error when getting username info by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/1923
- fix(utils): handle libuv fail when getting username info by @pynappo in https://github.com/nvim-neo-tree/neo-tree.nvim/pull/1924
Full Changelog: https://github.com/nvim-neo-tree/neo-tree.nvim/compare/3.37.3...3.38.0