I don’t really have a good way to keep up with new features in neovim, especially new APIs that really only matter to plugin developers.
Has there been any new functionality that I have missed out on in 0.8+?
Is there a good way to find this out on my own? There 's a lot of activity on the repo so watching PRs doesn’t really work for me.
You must log in or # to comment.
On the neovim repo itself, there was an issue for tracking breaking changes that is now closed in favor of
:help newsas well, u/jdhao on Reddit at one point was keeping a list of changes as GitHub issues on their personal nvim config repo:
there is also these posts on tWiN http://this-week-in-neovim.org/
- around v0.9.0: issue 40
- around v0.8.0:
- issues 7-9


