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
12 changes: 11 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 May 04
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 June 25

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


[!WARNING] You cannot use `nvim-java` alongside `nvim-jdtls`. So remove
`nvim-jdtls` before installing this

DEMO *nvim-java-demo*


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


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


Q & A ~

If you face any issues, check our Q & A
<https://github.com/nvim-java/nvim-java/wiki/Q-&-A> wiki to see if that helps


DISTRIBUTIONS ~

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