nvim-tree is taking the buffer when closing a buffer #2025
Replies: 1 comment 1 reply
-
That's not related to nvim tree. It's default vim/nvim behaviour. You can use some plugins like bufkill (or whatever they were called). There are issues opened about it but it's very unlikely that anything will be done about it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Normally, when I type
:bd
an active buffer will close and switch to another one without any issue. But, when I have nvim-tree opened on the left side, it seems like nvim-tree is acting as a new buffer. And when I type:bd
again, it will close nvim-tree and switch to another buffer with nvim-tree. Please check my reference video to understand what I mean.example.mp4
Beta Was this translation helpful? Give feedback.
All reactions