Open
Description
I ended up adding a special option for nvim-tree and I'll try to explain a little what's going on.
The option is named nvim_tree_hack
. What is does, is not keep the same buffer when changing tabs. Ideally, nvim-drawer could just keep using the same buffer (that is kind of its whole point lol).
If you re-use an nvim-tree buffer in a different window, it might update, but it doesn't respond to any mappings. Calling its included default_attach
also doesn't seem to do it, tho that would be a better solution to nvim_tree_hack
.
There's also some evidence this could be on nvim-drawer's end:
- The first version of this plugin didn't have this issue.
- Maybe the functionality included with
nvim_tree_hack
is legit and could be named something better.