mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 13:34:28 +02:00
enc: add jdtls auto config
This commit is contained in:
parent
273f3ebcb7
commit
0c56a139ec
4 changed files with 5 additions and 5 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