-
| 
         So I'm using persisted with the setting to save session per branch which often means that when I open neovim if I've created the branch outside of neovim there won't be an associated session and neovim will open into an empty buffer. I personally often want it to instead start with the main branches session since that's most likely to exist so I can start from there rather than a blank session. when using  Any ideas?  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
| 
         Yeah this is a really good point. I have come across this before myself, but new branches are a bit of a rare one now. We could detect if a session exists for the  Could also introduced a new callback but likely to be complex for users to utilise.  | 
  
Beta Was this translation helpful? Give feedback.
Can you try out #66 and feedback on the PR?