With auto-session, how can I restore Neotree's position to where it was before closing Neovim? #1456
Unanswered
Oneechan69
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have no idea what I'm doing, When I just have nvim and Auto session setup individually and I quit Neovim, auto session restores a blank window in place of Neotree. I have this snippet in my init.lua with
pre_save_cmds = { 'Neotree close' }, post_restore_cmds = { 'Neotree buffers' }
but if I move the window and reopen nvim then it just reopens to the left. Here's my whole init.lua:
Beta Was this translation helpful? Give feedback.
All reactions