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
When I open nvim and restore a session with either rmagatti/auto-session, or :mksession and :source, Neotree doesn't show all the open buffers while :ls does.
Screenshots, Traceback
No response
Steps to Reproduce
nvim -u repro.lua
Open 1-2 markdown files
:mksession Session.vim
reopen, nvim -u repro.lua
Restore with :source Session.vim
Do :ls for comparison
Expected Behavior
All buffers are shown after doing :Neotree buffers
Did you check docs and existing issues?
Neovim Version (nvim -v)
NVIM v0.10.1 Build type: Release LuaJIT 2.1.1725453128
Operating System / Version
macOS 15.1 Beta
Describe the Bug
When I open nvim and restore a session with either
rmagatti/auto-session
, or:mksession
and:source
, Neotree doesn't show all the open buffers while:ls
does.Screenshots, Traceback
No response
Steps to Reproduce
nvim -u repro.lua
:mksession Session.vim
nvim -u repro.lua
:source Session.vim
:ls
for comparisonExpected Behavior
All buffers are shown after doing
:Neotree buffers
Your Configuration
The text was updated successfully, but these errors were encountered: