olimorris / persisted.nvim

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

Revert "fix: workaround for exit code 134 (#106)" #135

Closed andrevmatos closed 1 month ago

andrevmatos commented 4 months ago

This reverts commit 4e255cd85c7df9dea31500eeee012464c5645267 (#106).

This workaround is not needed in neovim 0.10 anymore, and is actually making the session completely freeze for 10m upon exit.

olimorris commented 4 months ago

Thanks. Could we put a check in for users below version 0.10 though?