olimorris / persisted.nvim

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

Fix follow_cwd option #132

Closed zhengpd closed 1 month ago

zhengpd commented 1 month ago

follow_cwd and nil or session always use session because the true and nil expression is evaluated to false

olimorris commented 1 month ago

Thanks for the PR!