So You Want to Write Java in Neovim?

2024-12-28

This post details how to efficiently develop Java code within the Neovim editor. The author shares their positive experience using Neovim for Java at work, recommending JDTLS as the LSP server and either nvim-java or nvim-jdtls as Neovim plugins. The article thoroughly explains JDTLS configuration, including debugging and testing setups, and provides a personal configuration example featuring codelens and debugger functionality. Even if you're not a Neovim devotee, you can still learn valuable Java development techniques.

Read more
Development Java Development