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
15 changes: 14 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 March 24
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 April 12

==============================================================================
Table of Contents *nvim-java-table-of-contents*
Expand All @@ -14,6 +14,7 @@ Table of Contents *nvim-java-table-of-contents*
- Configuration |nvim-java-configuration|
- Architecture |nvim-java-architecture|
- Projects Acknowledgement |nvim-java-projects-acknowledgement|
2. Links |nvim-java-links|

==============================================================================
1. nvim-java *nvim-java-nvim-java*
Expand Down Expand Up @@ -138,6 +139,11 @@ TEST ~
- `JavaTestViewLastReport` - Open the last test report in a popup window


PROFILES ~

- `JavaProfile` - Opens the profiles UI


APIS *nvim-java-apis*

:small_orange_diamond:details ~
Expand Down Expand Up @@ -209,6 +215,13 @@ TEST ~
<


PROFILES ~

>lua
require('java').profile.ui()
<


HOW TO USE JDK X.X VERSION? *nvim-java-how-to-use-jdk-x.x-version?*

:small_orange_diamond:details ~
Expand Down