nvim-tree.lua/lua/nvim-tree/explorer
Alexander Courtis dd2364d680
feat(#2826): allow only one window with nvim-tree buffer per tab (#3174)
* feat(#2826): allow only one window with nvim-tree buffer per tab

* feat(#2826): remove globals.BUFNR_BY_TABID

* Revert "feat(#2826): remove globals.BUFNR_BY_TABID"

This reverts commit 2651f9b34a.

* feat(#2826): remove unused View.winid_by_tabid

* feat(#2826): add feature gate experimental.close_other_windows_in_tab
2025-08-05 15:29:25 +10:00
..
filters.lua refactor(#2826): move view to instanced window class (#3153) 2025-06-19 15:45:55 +10:00
init.lua refactor(#2826): View tracks winids and bufnrs via events, unused for now (#3170) 2025-07-29 14:19:24 +10:00
live-filter.lua fix(#3172): live filter exception (#3173) 2025-08-04 11:51:42 +10:00
sorter.lua refactor(#2826): move view to instanced window class (#3153) 2025-06-19 15:45:55 +10:00
view.lua feat(#2826): allow only one window with nvim-tree buffer per tab (#3174) 2025-08-05 15:29:25 +10:00
watch.lua chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00