There was an error while loading. Please reload this page.
1 parent a438099 commit e552f06Copy full SHA for e552f06
1 file changed
doc/nvim-java.txt
@@ -1,4 +1,4 @@
1
-*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 December 24
+*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2025 February 16
2
3
==============================================================================
4
Table of Contents *nvim-java-table-of-contents*
@@ -388,7 +388,7 @@ want, following options are available
388
-- load java test plugins
389
java_test = {
390
enable = true,
391
- version = '0.43.0',
+ version = '0.40.1',
392
},
393
394
-- load java debugger plugins
@@ -399,7 +399,7 @@ want, following options are available
399
400
spring_boot_tools = {
401
402
- version = '1.59.0',
+ version = '1.55.1',
403
404
405
jdk = {
@@ -438,6 +438,14 @@ want, following options are available
438
-- will stop setup
439
invalid_mason_registry = false,
440
441
+
442
+ mason = {
443
+ -- These mason registries will be prepended to the existing mason
444
+ -- configuration
445
+ registries = {
446
+ 'github:nvim-java/mason-registry',
447
+ },
448
449
}
450
<
451
0 commit comments