mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-10-30 09:20:30 +00:00
Nvim: remove xboot option from jdtls
This is not needed and causes options on recent java versions
This commit is contained in:
parent
a2565ab5a8
commit
070b0a706f
@ -18,7 +18,6 @@ require("jdtls").start_or_attach({
|
||||
"--add-opens",
|
||||
"java.base/java.lang=ALL-UNNAMED",
|
||||
"-javaagent:" .. lombok_jar,
|
||||
"-Xbootclasspath/a:" .. lombok_jar,
|
||||
"-jar",
|
||||
nvim_local_dir .. "/mason/packages/jdtls/plugins/org.eclipse.equinox.launcher_1.6.500.v20230717-2134.jar",
|
||||
"-configuration",
|
||||
|
Loading…
Reference in New Issue
Block a user