Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions doc/nvim-java.txt
Original file line number Diff line number Diff line change
@@ -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*
Expand Down Expand Up @@ -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
Expand All @@ -399,7 +399,7 @@ want, following options are available

spring_boot_tools = {
enable = true,
version = '1.59.0',
version = '1.55.1',
},

jdk = {
Expand Down Expand Up @@ -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',
},
},
}
<

Expand Down