artur-shaik / jc.nvim

Java autocompletion for neovim
49 stars 5 forks source link

Similar project #2

Closed kuator closed 2 years ago

kuator commented 2 years ago

https://github.com/mfussenegger/nvim-jdtls

artur-shaik commented 2 years ago

As I became active java developer again, I of cause have tried that project as well as coc-java. But it couldn't fully satisfy my workflow. I had to run them along with javacomplete2 so I can use functions of my old plugin.

Comparing to nvim-jdtls this project is not going to follow KISS principles.

kuator commented 2 years ago

Thank you for explanation!