mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
fix(jdtls): allow mason jdtls installation (#6498)
Bug fix jdtls config for compatibility with last lsp refactor.
This commit is contained in:
parent
37a1c1af5d
commit
80990ec62f
1 changed files with 0 additions and 5 deletions
|
|
@ -71,11 +71,6 @@ return {
|
||||||
servers = {
|
servers = {
|
||||||
jdtls = {},
|
jdtls = {},
|
||||||
},
|
},
|
||||||
setup = {
|
|
||||||
jdtls = function()
|
|
||||||
return true -- avoid duplicate servers
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue