neo-tree.nvim
neo-tree.nvim copied to clipboard
bug: toggling a parent folder when using `group_empty_dirs` causes it to be wrongly coalesced
Hard to explain purely in written form, here is a step by step guide to reproduce this:
- Start with some common nested folder structure while enabling
group_empty_dirsin neotree. Open a folder in a folder.
- Press Enter on the topmost folder to close it temporarily and refresh R. All folders that were once opened will be re-opened (shouldn't happen) and all folders with a nesting >=2 will be coalesced wrongly, hiding all members of the folders in the middle
- Close topmost folder, move cursor away and refresh again as a temporary fix
Hi, is there some update to the state of this issue? I encountered it too ...