folke / dot

☕️ My Dot Files
Apache License 2.0
866 stars 52 forks source link

Wondering how your dashboard/loading previous sessions works with persistence #5

Closed amaanq closed 2 years ago

amaanq commented 2 years ago

I have based my config heavily off yours since I think it's the most well written, comprehensive, and feature-rich I've come across. As such, figuring out a few quirks has taken some time but is quite fun. The issue I'm facing is say I'm in directory ~/projects/rust-project and I previously had a session open with a few buffers. The session does in fact save in .config/nvim/sessions/dir-separated-by-%s.vim, however when going back with "nvim" in the root project dir, hitting "SPC s l" does nothing, and I cannot restore this session. Let me know how to do so! Thanks :)

amaanq commented 2 years ago

figured it out, sorry :)