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
8 changes: 7 additions & 1 deletion 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 July 02
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 July 03

==============================================================================
Table of Contents *nvim-java-table-of-contents*
Expand Down Expand Up @@ -338,6 +338,12 @@ want, following options are available
-- Set following property value to false to disable the notification if
-- you know what you are doing
duplicate_setup_calls = true,

-- nvim-java checks if nvim-java/mason-registry is added correctly to
-- mason.nvim plugin.
-- IF it's not registered correctly, an error will be thrown and nvim-java
-- will stop setup
invalid_mason_registry = true,
},
}
<
Expand Down