/starter-nvim-0.12

Primary LanguageLuaMIT LicenseMIT

☕ starter-nvim-0.12

Neovim Lua Java Gradle Apache Maven

A minimal Neovim configuration for Java development using the nvim-java ecosystem.

How to Use

  1. Clone this repository:

    git clone https://github.com/nvim-java/starter-nvim-0.12.git ~/.config/nvim
  2. Start Neovim:

    nvim
  3. 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.

Head on to the main project ☕ nvim-java