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
Whenever I try to load a session from Startify (from the sessionlist) or Dashboard (using sessionsave and sessionload), nvim-tree always shows a blank window.
I save and retrieve my sessions using the following commands,
Hey, yep the problem still remains. However someone commented on this for a hacky fix, although they deleted their comment later. The hacky fix was to do NvimTreeRefresh before any NvimTreeToggle, and it works.
kyazdani42
changed the title
Blank nvim-tree when opening a session from Startify/Dashboard
Blank nvim-tree when opening a session from Startify/Dashboard - session related
Sep 4, 2021
Whenever I try to load a session from Startify (from the sessionlist) or Dashboard (using sessionsave and sessionload), nvim-tree always shows a blank window.
I save and retrieve my sessions using the following commands,
If I try to load a session using the above source command, nvim-tree toggle behaves as expected and shows the directory of the session.
Here is the config which is able to reproduce the above error.
I have tried this using Packer and Plug both, yet the problem persists.
I also have tried nerdtree, and it works as expected.
The text was updated successfully, but these errors were encountered: