Skip to content

Commit 063902d

Browse files
s1n7axgithub-actions[bot]
authored andcommitted
chore(doc): automatic vimdoc update
1 parent b9e6b71 commit 063902d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

doc/nvim-java.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 July 14
1+
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 August 01
22

33
==============================================================================
44
Table of Contents *nvim-java-table-of-contents*
@@ -106,7 +106,9 @@ COMMANDS *nvim-java-commands*
106106

107107
BUILD ~
108108

109-
- `JavaBuildWorkspace` - Runs a full workspace build
109+
- `JavaBuildBuildWorkspace` - Runs a full workspace build
110+
- `JavaBuildCleanWorkspace` - Clear the workspace cache (for now you have to
111+
close and reopen to restart the language server after the deletion)
110112

111113

112114
RUNNER ~
@@ -171,6 +173,14 @@ BUILD ~
171173
require('java').build.build_workspace()
172174
<
173175

176+
- `build.clean_workspace` - Clear the workspace cache
177+
(for now you have to close and reopen to restart the language server after
178+
the deletion)
179+
180+
>lua
181+
require('java').build.clean_workspace()
182+
<
183+
174184

175185
RUNNER ~
176186

0 commit comments

Comments
 (0)