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
16 changes: 15 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 July 06
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 July 10

==============================================================================
Table of Contents *nvim-java-table-of-contents*
Expand Down Expand Up @@ -147,6 +147,11 @@ REFACTOR ~
- `JavaRefactorExtractVariable` - Create a variable from returned value at cursor


SETTINGS ~

- `JavaSettingsChangeRuntime` - Change the JDK version to another


APIS *nvim-java-apis*

:small_orange_diamond:details ~
Expand Down Expand Up @@ -243,6 +248,15 @@ REFACTOR ~
<


SETTINGS ~

- `change_runtime` - Change the JDK version to another

>lua
require('java').settings.change_runtime()
<


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

:small_orange_diamond:details ~
Expand Down