Skip to content

Commit

Permalink
Use lombok in jdtls
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrodgers42 committed Sep 18, 2024
1 parent d073503 commit ff44546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/ftplugin/java.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ local function main()
'-Dlog.protocol=true',
'-Dlog.level=ALL',
'-Xms1g',
'-javaagent:' .. require('mason-registry').get_package('jdtls'):get_install_path() .. '/lombok.jar',
'--add-modules=ALL-SYSTEM',
'--add-opens', 'java.base/java.util=ALL-UNNAMED',
'--add-opens', 'java.base/java.lang=ALL-UNNAMED',
'-jar', get_jdtls_jar_location(),
'-configuration', jdtls_dir .. "/config_" .. get_os(),
'--jvm-arg=-javaagent:' .. home .. "/Developer/lombok.jar",
'-data', get_eclipse_workspace(root_dir)
},
root_dir = root_dir,
Expand Down

0 comments on commit ff44546

Please sign in to comment.