olimorris / persisted.nvim

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

fix: error message outside of git repo #116

Closed m42e closed 6 months ago

m42e commented 6 months ago

in case ignored branches have been set and the current dir is not a git directory no more error messages will be thrown

olimorris commented 6 months ago

Great catch. Thank you