fix(jdtls): allow mason jdtls installation (#6498)

Bug fix jdtls config for compatibility with last lsp refactor.
This commit is contained in:
dareni 2025-09-22 21:55:56 +10:00 committed by GitHub
parent 37a1c1af5d
commit 80990ec62f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,11 +71,6 @@ return {
servers = {
jdtls = {},
},
setup = {
jdtls = function()
return true -- avoid duplicate servers
end,
},
},
},