From 8a89d3af57c756a955cf2c97abe26b56bc4912f7 Mon Sep 17 00:00:00 2001 From: Alexander Lepekhin Date: Sat, 27 Dec 2025 10:14:28 +0300 Subject: [PATCH] #9 Change documentation for lombok support in linux --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 57647447..2d988e31 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,11 @@ lspconfig.jls.setup({}) ``` ### Linux (env-based Lombok) - -```sh -export lombokPath=/path/to/lombok.jar -``` - +For including lombok support execute ```sh --Dorg.javacs.lombokPath=$lombokPath +export LOMBOK_PATH=/path/to/lombok.jar ``` +before using language server ## [Issues](https://github.com/idelice/jls/issues)