enc: add alternative config jdtls

This commit is contained in:
Pojok Code 2024-11-12 17:45:45 +07:00
parent 422efe87ce
commit 273f3ebcb7
4 changed files with 69 additions and 32 deletions

View file

@ -1,8 +0,0 @@
local M = {}
M.setup = function(opt)
opt = opt or {}
require("auto-jdtls.utils").attach_jdtls(opt)
end
return M