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

View File

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