andreluisos / nvim-javagenie

Brings JPABuddy's functionalities to Neovim
MIT License
36 stars 0 forks source link

Port to Java? #9

Open andreluisos opened 3 months ago

andreluisos commented 3 months ago

Just figured out there's a Neovim API for Java: https://github.com/esensar/neovim-java

I'll check it out later for porting purposes.

andreluisos commented 3 months ago

Checked out neovim's official reference for java api and it is not working as expected. The last commit was two years ago.

I will implement the basic functionalities in Python and then work on a fresh neovim java api to start porting this plugin to java.

Feel free if anyone wants to do it meanwhile.

andreluisos commented 7 hours ago

https://github.com/andreluisos/jnvim

Started developing it.