File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 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==============================================================================
44Table 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==============================================================================
19201. 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+
141147APIS *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+
212225HOW TO USE JDK X.X VERSION? *nvim-java-how-to-use-jdk-x.x-version?*
213226
214227:small_orange_diamond:details ~
You can’t perform that action at this time.
0 commit comments