|
|
|
@ -11,7 +11,7 @@ local config = { |
|
|
|
'--add-modules=ALL-SYSTEM', |
|
|
|
'--add-modules=ALL-SYSTEM', |
|
|
|
'--add-opens', 'java.base/java.util=ALL-UNNAMED', |
|
|
|
'--add-opens', 'java.base/java.util=ALL-UNNAMED', |
|
|
|
'--add-opens', 'java.base/java.lang=ALL-UNNAMED', |
|
|
|
'--add-opens', 'java.base/java.lang=ALL-UNNAMED', |
|
|
|
'-jar', '/opt/jdtls/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar', |
|
|
|
'-jar', vim.fn.glob('/opt/jdtls/plugins/org.eclipse.equinox.launcher_*.jar'), |
|
|
|
'-configuration', '/opt/jdtls/config_linux', |
|
|
|
'-configuration', '/opt/jdtls/config_linux', |
|
|
|
'-data', '/opt/jdtls/data' |
|
|
|
'-data', '/opt/jdtls/data' |
|
|
|
}, |
|
|
|
}, |
|
|
|
|