mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 12:31:07 +00:00
fix(jdtls): allow config jdtls bundles from user's both opts.init_options.bundles and opts.jdtls.init_options.bundles
This commit is contained in:
parent
2c68ad40ca
commit
524b895367
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ return {
|
|||
end
|
||||
end
|
||||
|
||||
-- Allow users to add custom bundles through opts.init_options.bundles and opts.jdtls.bundles
|
||||
-- Allow users to add custom bundles through opts.init_options.bundles and opts.jdtls.init_options.bundles
|
||||
if opts.init_options and opts.init_options.bundles then
|
||||
vim.list_extend(bundles, opts.init_options.bundles)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue