Add root dir for rplugins in jdtls
parent
84d61aa1d2
commit
3108803955
|
@ -47,6 +47,7 @@ function M.setup()
|
||||||
}
|
}
|
||||||
|
|
||||||
if is_in_config_home() then
|
if is_in_config_home() then
|
||||||
|
config.root_dir = vim.fn.resolve(vim.fn.expand(vim.fn.stdpath("config"))) .. "/rplugin/java"
|
||||||
config.settings.java.project = {
|
config.settings.java.project = {
|
||||||
referencedLibraries = require("java_plugin_host").classpath,
|
referencedLibraries = require("java_plugin_host").classpath,
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,3 +12,4 @@ actionlint 1.6.12
|
||||||
act 0.2.26
|
act 0.2.26
|
||||||
shellcheck 0.8.0
|
shellcheck 0.8.0
|
||||||
cmake 3.23.1
|
cmake 3.23.1
|
||||||
|
maven 3.8.5
|
||||||
|
|
Loading…
Reference in New Issue