Open egoarka opened 1 month ago
Basically, when I focus into preview window, my floating nvim-tree disappears
require 'nvim-tree'.setup{ on_attach = my_on_attach, view = { float = { enable = true, }, }, }
Thanks for reporting. I'll accept a PR for this but don't have time to work on it right now myself.
Basically, when I focus into preview window, my floating nvim-tree disappears