mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 17:03:36 +02:00
add: auto config for jdtls
This commit is contained in:
parent
b3f5ec5619
commit
e9e0ca3e88
4 changed files with 344 additions and 0 deletions
7
lua/auto-jdtls/init.lua
Normal file
7
lua/auto-jdtls/init.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
local M = {}
|
||||
|
||||
M.setup = function()
|
||||
require("auto-jdtls.utils").attach_jdtls()
|
||||
end
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue