Add root dir for rplugins in jdtls

main
Ensar Sarajčić 2022-06-08 09:50:44 +02:00
parent 84d61aa1d2
commit 3108803955
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ function M.setup()
}
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 = {
referencedLibraries = require("java_plugin_host").classpath,
}

View File

@ -12,3 +12,4 @@ actionlint 1.6.12
act 0.2.26
shellcheck 0.8.0
cmake 3.23.1
maven 3.8.5