Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
egoarka opened this issue Oct 25, 2024 · 1 comment
Open

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

egoarka opened this issue Oct 25, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@egoarka
Copy link

egoarka commented Oct 25, 2024

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
Copy link
Owner

b0o commented Oct 25, 2024

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

@b0o b0o added bug Something isn't working help wanted Extra attention is needed labels Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants