Skip to content

Commit b8729f0

Browse files
chore(doc): automatic vimdoc update (#226)
Co-authored-by: s1n7ax <s1n7ax@users.noreply.github.com>
1 parent ef7597d commit b8729f0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/nvim-java.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
==============================================================================
44
Table 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
<

0 commit comments

Comments
 (0)