Skip to content

Commit a6a941a

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

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

doc/nvim-java.txt

Lines changed: 14 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 March 24
1+
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 April 12
22

33
==============================================================================
44
Table of Contents *nvim-java-table-of-contents*
@@ -14,6 +14,7 @@ Table of Contents *nvim-java-table-of-contents*
1414
- Configuration |nvim-java-configuration|
1515
- Architecture |nvim-java-architecture|
1616
- Projects Acknowledgement |nvim-java-projects-acknowledgement|
17+
2. Links |nvim-java-links|
1718

1819
==============================================================================
1920
1. nvim-java *nvim-java-nvim-java*
@@ -138,6 +139,11 @@ TEST ~
138139
- `JavaTestViewLastReport` - Open the last test report in a popup window
139140

140141

142+
PROFILES ~
143+
144+
- `JavaProfile` - Opens the profiles UI
145+
146+
141147
APIS *nvim-java-apis*
142148

143149
:small_orange_diamond:details ~
@@ -209,6 +215,13 @@ TEST ~
209215
<
210216

211217

218+
PROFILES ~
219+
220+
>lua
221+
require('java').profile.ui()
222+
<
223+
224+
212225
HOW TO USE JDK X.X VERSION? *nvim-java-how-to-use-jdk-x.x-version?*
213226

214227
:small_orange_diamond:details ~

0 commit comments

Comments
 (0)