From de9b46efbe5ea53e9f6b03fd604b535accb93cec Mon Sep 17 00:00:00 2001 From: s1n7ax <18459807+s1n7ax@users.noreply.github.com> Date: Sun, 16 Feb 2025 11:49:11 +0000 Subject: [PATCH] chore(doc): automatic vimdoc update --- doc/nvim-java.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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', + }, + }, } <