We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2951613 commit 0fc8f59Copy full SHA for 0fc8f59
lua/java-core/ls/servers/jdtls/init.lua
@@ -26,8 +26,10 @@ function M.get_config(opts)
26
-- pick the OS at runtime because mason.nvim does that for me at the
27
-- installation
28
local jdtls_root = mason.get_shared_path('jdtls')
29
+ local lombok_root = mason.get_shared_path('lombok-nightly')
30
+
31
local jdtls_config = path.join(jdtls_root, 'config')
- local lombok_path = path.join(jdtls_root, 'lombok.jar')
32
+ local lombok_path = path.join(lombok_root, 'lombok.jar')
33
local equinox_launcher =
34
path.join(jdtls_root, 'plugins', 'org.eclipse.equinox.launcher.jar')
35
local plugin_paths = plugins.get_plugin_paths(opts.jdtls_plugins)
0 commit comments