mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-16 04:14:29 +02:00
enc: add create project java
This commit is contained in:
parent
3c9cf18933
commit
16264d0b0d
6 changed files with 585 additions and 13 deletions
|
@ -3,6 +3,8 @@ local M = {}
|
|||
M.setup = function(opt)
|
||||
opt = opt or {}
|
||||
require("auto-jdtls.utils").install()
|
||||
require("auto-jdtls.create_maven_project")
|
||||
require("auto-jdtls.create_springboot_project")
|
||||
require("auto-jdtls.utils").attach_jdtls(opt)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue