olimorris / persisted.nvim

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

fix: properly start a session from Telescope #134

Closed oldenj closed 1 month ago

oldenj commented 1 month ago

Properly starts sessions loaded from another directory using Telescope. Crucially, this version compares the working directory of the session, not the working directory at the time of the session load, to the lists of allowed and ignored directories.

olimorris commented 1 month ago

Amazing thanks so much!