altermo / ultimate-autopair.nvim

A treesitter supported autopairing plugin with extensions, and much more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why did neovim crashes?

altermo opened this issue · comments

Neovim crashed because of a neovim bug #24783 which has been fixed, but requires neovim to be updated to the latest dev version.
If you're not planning to update neovim, then install the plugin with the commit 667d230.

Update

I have refactored the code so that the crash won't happen, at the cost of speed.
You can now use the latest release of the plugin without worry.

Thank you! I experienced this, and was pleased to find out this had already been perceived and addressed. Great work!