nvim-tree buffer will be wiped on window close as `bufhidden=wipe` One buffer exists per tab: name `"NvimTree_" .. vim.api.nvim_get_current_tabpage()` `buftype=nofile` `filetype=NvimTree` The buffer could be reused when nvim-tree is reopened. Context: https://github.com/nvim-tree/nvim-tree.lua/issues/1858#issuecomment-1370335847
nvim-tree buffer will be wiped on window close as
bufhidden=wipeOne buffer exists per tab:
name
"NvimTree_" .. vim.api.nvim_get_current_tabpage()buftype=nofilefiletype=NvimTreeThe buffer could be reused when nvim-tree is reopened.
Context: #1858 (comment)