You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, it is a problem with the logic that prevents other buffers from stealing neo-tree's window. I just need to figure out the right logic for new tabs.
This also pointed me to a much more serious bug when opening a file with neo-tree as the only window, it created a never ending loop of new splits. I'm going to push this fix right out to v1.x very soon.
Using a minimal configuration such as:
located in something like
/tmp/neo-tree.lua
, perform the following:nvim --noplugin -u /tmp/neo-tree.lua
:NeoTreeFocus
:tabnew
Observe that no tab is actually opened, and the
neo-tree
buffer is now closed.Is this reproducible for others?
The text was updated successfully, but these errors were encountered: