Skip to content

Commit 0ab04dd

Browse files
chore(doc): automatic vimdoc update (#237)
Co-authored-by: s1n7ax <s1n7ax@users.noreply.github.com>
1 parent 4d92c3d commit 0ab04dd

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

doc/nvim-java.txt

Lines changed: 24 additions & 5 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 05
1+
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 July 06
22

33
==============================================================================
44
Table of Contents *nvim-java-table-of-contents*
@@ -103,6 +103,11 @@ COMMANDS *nvim-java-commands*
103103
:small_orange_diamond:details ~
104104

105105

106+
BUILD ~
107+
108+
- `JavaBuildWorkspace` - Runs a full workspace build
109+
110+
106111
RUNNER ~
107112

108113
- `JavaRunnerRunMain` - Runs the application or selected main class (if there
@@ -147,6 +152,15 @@ APIS *nvim-java-apis*
147152
:small_orange_diamond:details ~
148153

149154

155+
BUILD ~
156+
157+
- `build.build_workspace` - Runs a full workspace build
158+
159+
>lua
160+
require('java').build.build_workspace()
161+
<
162+
163+
150164
RUNNER ~
151165

152166
- `built_in.run_app` - Runs the application or selected main class (if there
@@ -415,11 +429,16 @@ For instance, to run the current test,
415429

416430
PROJECTS ACKNOWLEDGEMENT *nvim-java-projects-acknowledgement*
417431

418-
nvim-jdtls <https://github.com/mfussenegger/nvim-jdtls> is a plugin that
419-
follows "Keep it simple, stupid!" approach. If you love customizing things by
420-
yourself, then give nvim-jdtls a try. I may or may not have copied some code
421-
Beautyof Open source!
432+
- spring-boot.nvim <https://github.com/JavaHello/spring-boot.nvim> is the one
433+
that starts sts4 & do other necessary `jdtls` `sts4` sync command registration
434+
in `nvim-java`.
435+
- nvim-jdtls <https://github.com/mfussenegger/nvim-jdtls> is a plugin that
436+
follows "Keep it simple, stupid!" approach. If you love customizing things by
437+
yourself, then give nvim-jdtls a try.
422438

439+
440+
[!WARNING] You cannot use `nvim-java` alongside `nvim-jdtls`. So remove
441+
`nvim-jdtls` before installing this
423442
==============================================================================
424443
2. Links *nvim-java-links*
425444

0 commit comments

Comments
 (0)