mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-16 04:14:29 +02:00
enc: update config spesifik language java
This commit is contained in:
parent
0c56a139ec
commit
835b1706b2
10 changed files with 144 additions and 74 deletions
|
@ -2,6 +2,7 @@ local M = {}
|
|||
|
||||
M.setup = function(opt)
|
||||
opt = opt or {}
|
||||
require("auto-jdtls.utils").install()
|
||||
require("auto-jdtls.utils").attach_jdtls(opt)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue