File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1- *nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 July 02
1+ *nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 July 03
22
33==============================================================================
44Table of Contents *nvim-java-table-of-contents*
@@ -338,6 +338,12 @@ want, following options are available
338338 -- Set following property value to false to disable the notification if
339339 -- you know what you are doing
340340 duplicate_setup_calls = true,
341+
342+ -- nvim-java checks if nvim-java/mason-registry is added correctly to
343+ -- mason.nvim plugin.
344+ -- IF it's not registered correctly, an error will be thrown and nvim-java
345+ -- will stop setup
346+ invalid_mason_registry = true,
341347 },
342348 }
343349<
You can’t perform that action at this time.
0 commit comments