A minimal Neovim configuration for Java development using the nvim-java ecosystem.
-
Clone this repository:
git clone https://github.com/nvim-java/starter-nvim-0.12.git ~/.config/nvim
-
Start Neovim:
nvim
-
Open a Java project:
cd /path/to/your/java/project nvim
The configuration will automatically install all required plugins and set up Java LSP support with completion, debugging, testing, and refactoring capabilities.