enc: update config spesifik language java

This commit is contained in:
Pojok Code 2024-11-14 06:20:10 +07:00
parent 0c56a139ec
commit 835b1706b2
10 changed files with 144 additions and 74 deletions

View file

@ -2,6 +2,7 @@ local M = {}
M.setup = function(opt)
opt = opt or {}
require("auto-jdtls.utils").install()
require("auto-jdtls.utils").attach_jdtls(opt)
end