neovim-java
neovim-java copied to clipboard
Add generator for API modules
Since it can take a long time to implement new Neovim API features and it can be error prone, it should be generated. At first this was avoided to provide a higher quality API compared to automatically generated one, but it is very time consuming and hard to maintain. This generation can be done whenever Neovim is updated and updates API can be released. Future improvement could be adding a module which automatically generates API for users oft he library.
This issue is stale because it has been open 60 days with no activity. Please consider closing it.