GitHub - peanut996/java: Extension for Zed to support Java

Zed Java

This extension adds support for the Java language.

Initialization Options

If Lombok support is enabled via JDTLS initialization option (initialization_options.settings.java.jdt.ls.lombokSupport.enabled), this extension will download and add Lombok as a javaagent to the JVM arguments for JDTLS.

There are also many more options you can pass directly to the language server, for example:

Example taken from JDTLS's initialization options wiki page.

You can see all the options JDTLS accepts here.