Skip to content

Commit c106d0f

Browse files
chore(doc): automatic vimdoc update (#178)
Co-authored-by: s1n7ax <s1n7ax@users.noreply.github.com>
1 parent 7b82808 commit c106d0f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/nvim-java.txt

Lines changed: 11 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 May 04
1+
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 June 25
22

33
==============================================================================
44
Table of Contents *nvim-java-table-of-contents*
@@ -24,6 +24,9 @@ Table of Contents *nvim-java-table-of-contents*
2424
Just install and start writing `public static void main(String[] args)`.
2525

2626

27+
[!WARNING] You cannot use `nvim-java` alongside `nvim-jdtls`. So remove
28+
`nvim-jdtls` before installing this
29+
2730
DEMO *nvim-java-demo*
2831

2932

@@ -36,6 +39,7 @@ FEATURES *nvim-java-features*
3639
- Automatic DAP <https://github.com/mfussenegger/nvim-dap>
3740
debug configuration
3841
- Running tests
42+
- Run & Debug profiles
3943

4044

4145
WHY *nvim-java-why*
@@ -55,6 +59,12 @@ HOW TO INSTALL *nvim-java-how-to-install*
5559
:small_orange_diamond:details ~
5660

5761

62+
Q & A ~
63+
64+
If you face any issues, check our Q & A
65+
<https://github.com/nvim-java/nvim-java/wiki/Q-&-A> wiki to see if that helps
66+
67+
5868
DISTRIBUTIONS ~
5969

6070
- Lazyvim <https://github.com/nvim-java/nvim-java/wiki/Lazyvim>

0 commit comments

Comments
 (0)