diff --git a/doc/nvim-java.txt b/doc/nvim-java.txt index 6d24539..31ad3be 100644 --- a/doc/nvim-java.txt +++ b/doc/nvim-java.txt @@ -1,4 +1,4 @@ -*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 ============================================================================== Table of Contents *nvim-java-table-of-contents* @@ -388,7 +388,7 @@ want, following options are available -- load java test plugins java_test = { enable = true, - version = '0.43.0', + version = '0.40.1', }, -- load java debugger plugins @@ -399,7 +399,7 @@ want, following options are available spring_boot_tools = { enable = true, - version = '1.59.0', + version = '1.55.1', }, jdk = { @@ -438,6 +438,14 @@ want, following options are available -- will stop setup invalid_mason_registry = false, }, + + mason = { + -- These mason registries will be prepended to the existing mason + -- configuration + registries = { + 'github:nvim-java/mason-registry', + }, + }, } <