lazyvim/lua/lazyvim/plugins
qw457812 a582f00447
revert: "feat(extra): allow users to add custom bundles through opts.init_options.bundles to jdtls (#6265)" (#6650)
Fixes:

```
Failed to run `config` for nvim-jdtls

...im/lazy/LazyVim/lua/lazyvim/plugins/extras/lang/java.lua:165: attempt to index field 'jdtls' (a function value)

  - /LazyVim/lua/lazyvim/plugins/extras/lang/java.lua:165 _in_ **config**
  - ~/.local/share/bob/nightly/share/nvim/runtime/filetype.lua:36
  - vim/shared.lua:0
  - ~/.local/share/bob/nightly/share/nvim/runtime/filetype.lua:35
  - vim/_editor.lua:0 _in_ **cmd**
  - /snacks.nvim/lua/snacks/picker/actions.lua:115 _in_ **fn**
  - /snacks.nvim/lua/snacks/win.lua:339
```

`init_options.bundles` already can be overridden by `opts.jdtls`, see:
https://github.com/LazyVim/LazyVim/pull/6265#issuecomment-3203831504 for
example.

## Description

Reverts the commit, which breaks `opts.jdtls` defined here:


faeb24ba95/lua/lazyvim/plugins/extras/lang/java.lua (L185-L185)

## Related Issue(s)

#6265 

## Screenshots

None.

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2025-10-20 12:50:54 +02:00
..
extras revert: "feat(extra): allow users to add custom bundles through opts.init_options.bundles to jdtls (#6265)" (#6650) 2025-10-20 12:50:54 +02:00
lsp fix(keymap): remove select mode remaps of printable characters (#6296) 2025-10-20 00:10:08 -07:00
coding.lua docs: improved plugin doc strings (#5657) 2025-09-17 11:17:32 +02:00
colorscheme.lua fix(catppuccin): follow-up on api change (#6505) 2025-09-26 06:36:14 +02:00
editor.lua fix(keymap): remove select mode remaps of printable characters (#6296) 2025-10-20 00:10:08 -07:00
formatting.lua fix(keymap): remove select mode remaps of printable characters (#6296) 2025-10-20 00:10:08 -07:00
init.lua feat(core): relax hard requirement for vim.lsp.is_enabled. Show warning instead 2025-09-19 08:11:38 +02:00
linting.lua docs: improved plugin doc strings (#5657) 2025-09-17 11:17:32 +02:00
treesitter.lua fix(treesitter): attach textobject keymaps to existing buffers on load. Closes #6642. Closes #6639 2025-10-18 15:26:41 +02:00
ui.lua docs: improved plugin doc strings (#5657) 2025-09-17 11:17:32 +02:00
util.lua fix(terminal): term toggle keymaps now only work for snacks terminals. Closes #6573 2025-10-09 22:08:13 +02:00
xtras.lua feat(extras): automatically update lazyvim.json for renamed or deprecated extras 2025-10-20 08:46:45 +02:00