mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: rollback jdtls error
This commit is contained in:
parent
530d54d5a6
commit
204561a51e
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ return {
|
|||
cmd = {
|
||||
"jdtls",
|
||||
"-configuration",
|
||||
vim.fn.stdpath("cache") .. "/jdtls/config",
|
||||
vim.fn.expand("$HOME") .. "/.cache/jdtls/config",
|
||||
"-data",
|
||||
vim.fn.stdpath("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