olimorris / persisted.nvim

💾 Simple session management for Neovim with git branching, autoloading and Telescope support
MIT License
418 stars 24 forks source link

feat: load the session from the main branch if no branch session #66

Closed olimorris closed 1 year ago

olimorris commented 1 year ago

As discussed per #65.

akinsho commented 1 year ago

Giving this a try today, will let you know how it works out 👍🏾

akinsho commented 1 year ago

Seems to work pretty seamlessly 👍🏾

olimorris commented 1 year ago

Not the cleanest of implementations but keeps it minimal. Thanks for the suggestion!