nvim-tree / nvim-tree.lua

A file explorer tree for neovim written in lua
Other
7.27k stars 609 forks source link

How to restore nvim-tree on session restore? #2020

Closed alloc33 closed 1 year ago

alloc33 commented 1 year ago

I use auto-session plugin to manage my sessions. How can I restore the state of nvim-tree with it? Currently it restores empty buffer. Maybe there are some settings or maybe another session plugin which would work with nvim-tree in this case?

charbelnicolas commented 1 year ago

Yes it would be nice if nvim tree could remember its state on session restore

alex-courtis commented 1 year ago

Working on it #1992