mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-10 09:24:29 +02:00
enc: config jdtls independent
This commit is contained in:
parent
e9e0ca3e88
commit
422efe87ce
7 changed files with 239 additions and 195 deletions
8
lua/auto-jdtls2/init.lua
Normal file
8
lua/auto-jdtls2/init.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
local M = {}
|
||||
|
||||
M.setup = function(opt)
|
||||
opt = opt or {}
|
||||
require("auto-jdtls.utils").attach_jdtls(opt)
|
||||
end
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue