Default behavior for opening folders in the tree has change, why? #1884
Replies: 2 comments
-
I don't have a good answer for you. Startup behaviour is quite fragile, mostly due to timing issues. Attempts to resolve issues around startup have resulted in many breakages. Please see pinned issue #1669 for a proper resolution that is a work in progress. |
Beta Was this translation helpful? Give feedback.
-
RE the behaviour of Enter or I on the node it sounds like there might be a misconfiguration, as that is not directly related to startup. I would be most grateful if you could raise a bug with a minimal configuration that reproduces this issue. Edit: it would also be useful to see the output |
Beta Was this translation helpful? Give feedback.
-
My nvim-tree is not working as expected in the first opening. I suppose it should be a config, but I don't know if it exactly.
when I run


lvim .
it opens like this:but, if i "enter" or "l" on folder1:
Before, its shows the files inside the folder inside the tree, not enter the dir.
I already try:
lvim.setup.open_on_setup
but I didn't works as expected:

when I switch to left panel, I get the behavior as expected. Or even, if I toggle nvim-tree in a current buffer it also works.
What can I do, to get the first opening like this?:

Beta Was this translation helpful? Give feedback.
All reactions