mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.31k stars 187 forks source link

Not showing buffers on restoring a saved session using lightline. #431

Closed TanishBansal closed 4 years ago

TanishBansal commented 4 years ago

Not showing buffers on restoring a saved session using mengelbrecht/lightline-bufferline and it shows up when I switch to another buffer but the order saved it was saved in is not preserved.

mhinz commented 4 years ago

Startify is eventually just using :source path/to/sessionfile to restore a session. You can test that yourself. (See :h g:startify_session_dir for where to find the session files.) No magic involved.

And from what I can tell from your description, the session itself is sourced just fine, it's just lightline-bufferline that isn't updating unless you switch the buffer.

So, the issue is most probably in lightline-bufferline. Please create an issue for lightline-bufferline instead.