This is a Neovim configuration specifically for Java development.
The configuration now includes local dependencies:
deps/lombok.jar: Project Lombok jar for annotation processingdeps/debug/*.jar: Java debugging and testing support bundles
These dependencies are included in the repository to make it portable across different systems.
The main Java configuration is in ftplugin/java.lua. It uses:
- Java JDK installed via SDKMAN
- Local Lombok jar
- JDTLS installed via Homebrew
- Local Java debugging bundles
If you need to update any dependencies, replace the files in the deps directory.