mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
Co-authored-by: Andreas Gerlach <andreas.gerlach@xarvio.com>
This commit is contained in:
parent
9a0543531d
commit
2e09051472
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ return {
|
|||
local project_name = root_dir and vim.fs.basename(root_dir)
|
||||
local cmd = { "jdtls" }
|
||||
if project_name then
|
||||
local jdtls_cache_dir = vim.fs.joinpath(vim.fn.stdpath("cache"), "jdtls", project_name)
|
||||
local jdtls_cache_dir = vim.fn.stdpath("cache") .. "/jdtls/" .. project_name
|
||||
vim.list_extend(cmd, {
|
||||
"-configuration",
|
||||
vim.fs.joinpath(jdtls_cache_dir, "config"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue