We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e5d96 commit 50c8ce0Copy full SHA for 50c8ce0
1 file changed
README.md
@@ -355,14 +355,24 @@ want, following options are available
355
'.git',
356
},
357
358
+ jdtls = {
359
+ version = 'v1.37.0',
360
+ },
361
+
362
+ lombok = {
363
+ version = 'nightly',
364
365
366
-- load java test plugins
367
java_test = {
368
enable = true,
369
+ version = '0.40.1',
370
371
372
-- load java debugger plugins
373
java_debug_adapter = {
374
375
+ version = '0.58.1',
376
377
378
spring_boot_tools = {
@@ -402,7 +412,7 @@ want, following options are available
402
412
-- mason.nvim plugin.
403
413
-- IF it's not registered correctly, an error will be thrown and nvim-java
404
414
-- will stop setup
405
- invalid_mason_registry = true,
415
+ invalid_mason_registry = false,
406
416
407
417
}
408
418
```
0 commit comments