olimorris / persisted.nvim

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

fix: improve displayed session names #58

Closed dstanberry closed 1 year ago

dstanberry commented 1 year ago

This assumes any lua special characters contained in the filepath (config.options.save_dir) is not to be treated as such.

Includes condition to try to format the session name on Windows OS.