Closed
Description
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: #1858 (comment)