olimorris / persisted.nvim

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

Workaround for exit code 134 (neovim/neovim#21856) #106

Closed maround95 closed 6 months ago

maround95 commented 6 months ago

When exiting neovim with this plugin active, I get a 134 exit code sporadically. This is related to neovim/neovim#21856

This works around the issue with one of the suggestions in the aforementioned thread. I imagine that at some point in the future, this will get resolved in neovim, and this workaround would not be needed. With that said, feel free to accept or reject this PR as you see fit.

olimorris commented 6 months ago

Hi @maround95. Thanks for the PR.

maround95 commented 5 months ago

Thanks for the awesome plugin :) works great!

andrevmatos commented 1 month ago

FYI #135