Replies: 2 comments
|
Have you looked at the examples in the readme? There's a lot you can do to extend the functionality of the plugin. |
0 replies
|
I did read it (hence the readme excerpt) The snippet provided allows loading the session encompassing the file, but I want to reload the session of separate individual files. am I missing on something? |
0 replies
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 want to open single files with the previous session state they were at. The docs mention
Conventionally, I open sessions by landing on nvim dashboard during startup
nvimthen choose one from telescope, but at other times, I'd open a single file directly (its session doesn't load until I isssue the commandSessionLoadLastAll reactions