enc: config jdtls independent

This commit is contained in:
Pojok Code 2024-11-12 13:03:22 +07:00
parent e9e0ca3e88
commit 422efe87ce
7 changed files with 239 additions and 195 deletions

8
lua/auto-jdtls2/init.lua Normal file
View file

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