Skip to content

Commit 50c8ce0

Browse files
committed
chore: document update
1 parent 60e5d96 commit 50c8ce0

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,14 +355,24 @@ want, following options are available
355355
'.git',
356356
},
357357

358+
jdtls = {
359+
version = 'v1.37.0',
360+
},
361+
362+
lombok = {
363+
version = 'nightly',
364+
},
365+
358366
-- load java test plugins
359367
java_test = {
360368
enable = true,
369+
version = '0.40.1',
361370
},
362371

363372
-- load java debugger plugins
364373
java_debug_adapter = {
365374
enable = true,
375+
version = '0.58.1',
366376
},
367377

368378
spring_boot_tools = {
@@ -402,7 +412,7 @@ want, following options are available
402412
-- mason.nvim plugin.
403413
-- IF it's not registered correctly, an error will be thrown and nvim-java
404414
-- will stop setup
405-
invalid_mason_registry = true,
415+
invalid_mason_registry = false,
406416
},
407417
}
408418
```

0 commit comments

Comments
 (0)