mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 19:50:05 +02:00
add: update jdtls cmd config
This commit is contained in:
parent
4776d7f0bf
commit
9f267f2109
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ return {
|
|||
cmd = {
|
||||
"jdtls",
|
||||
"-configuration",
|
||||
vim.fn.stdpath("data") .. "/.cache/jdtls/config",
|
||||
vim.fn.expand("$HOME") .. "/.cache/jdtls/config",
|
||||
"-data",
|
||||
vim.fn.stdpath("data") .. "/.cache/jdtls/workspace",
|
||||
vim.fn.expand("$HOME") .. "/.cache/jdtls/workspace",
|
||||
},
|
||||
filetypes = { "java" },
|
||||
root_dir = require("lspconfig.util").root_pattern(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue