persistence.nvim not restoring windows layout #1354
Unanswered
amitlevy21
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

I have the following layout:
when I quit by pressing
<space>qq
I exit with session saving.however, when I reopen lazyvim, press s to restore session, I only get the file buffer restore without the term and neotree windows, why?
from docs, full spec of persistence.nvim: https://www.lazyvim.org/plugins/util
:lua vim.pretty_print(vim.opt.sessionoptions:get())
output is:{ "buffers", "curdir", "tabpages", "winsize", "help", "globals", "skiprtp", "folds" }
thank you
Beta Was this translation helpful? Give feedback.
All reactions