-
Notifications
You must be signed in to change notification settings - Fork 271
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi, again.
This is not any urgent issue but I noticed that the indentation is wrong after opening a new directory after the startup.
It is quite hard to explain in words, so please see the GIF below.
Reproduce
local neotree = require("neo-tree")
neotree.setup({
hide_root_node = true,
retain_hidden_root_indent = false,
filesystem = {
follow_current_file = true,
},
}):Neotree toggle<CR>- Cursor focuses at the current file.
- Go to a closed directory and open.
- The indentations of the files in this directory are wrong.
- No problem on directories that were already opened on startup.
- This does not happen when
hide_root_node = false - Also noticed that when I focus a different window with the broken directory opened, neo-tree updates and the indentation gets fixed.
Best,
@pysan3
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
