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

This reverts commit 80990ec62f.
This commit is contained in:
Folke Lemaitre 2025-09-23 13:00:13 +02:00
parent 6229f5a2dd
commit 67781bda04
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

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