nvim-neo-tree / neo-tree.nvim

Neovim plugin to manage the file system and other tree like structures.
MIT License
3.85k stars 224 forks source link

Closing all the files in the neovim editor result in the focus shifting from the filesystem to the buffer #926

Open yourgotocoder opened 1 year ago

yourgotocoder commented 1 year ago

Opening the file explorer in neovim will result in the "Bufs" tab being focused instead of the "File" tab sometimes when I close all the buffers in my nvim editor. This seems to happen randomly and there seems to be no explanation as to why this happens. Setting the source to filesystem seems to fix the problem but is this really the desired behaviour for this plugin?

cseickel commented 1 year ago

We would need to have a list of steps to reproduce along with your config to help you troubleshoot this. It definitely sounds like a configuration or confusion about usage type problem.