b0o / nvim-tree-preview.lua

🍃 Floating preview windows for nvim-tree
MIT License
65 stars 3 forks source link

[Feature] keep floating nvim-tree when toggle focus #9

Open egoarka opened 1 month ago

egoarka commented 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,
    },
  },
}
b0o commented 1 month ago

Thanks for reporting. I'll accept a PR for this but don't have time to work on it right now myself.