enc: testing jdtls linux

This commit is contained in:
asep.komarudin 2024-06-27 13:58:48 +07:00
parent 34d23ba464
commit a988f497e1
2 changed files with 28 additions and 28 deletions

View file

@ -2,9 +2,9 @@ return {
cmd = {
"jdtls",
"-configuration",
vim.fn.expand("$HOME") .. "/.cache/jdtls/config",
vim.fn.stdpath("cache") .. "/jdtls/config",
"-data",
vim.fn.expand("$HOME") .. "/.cache/jdtls/workspace",
vim.fn.stdpath("cache") .. "/jdtls/workspace",
},
filetypes = { "java" },
root_dir = require("lspconfig.util").root_pattern(