File tree Expand file tree Collapse file tree 2 files changed +2
-28
lines changed
Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Original file line number Diff line number Diff line change 1515
1616Just install and start writing ` public static void main(String[] args) ` .
1717
18+ ---
19+
1820> [ !TIP]
1921> You can find cool tips & tricks here https://github.com/nvim-java/nvim-java/wiki/Tips-&-Tricks
2022
21- > [ !NOTE]
22- > If you are facing errors while using, please check troubleshoot wiki https://github.com/nvim-java/nvim-java/wiki/Troubleshooting
23-
2423## :loudspeaker : Demo
2524
2625< https://github.com/nvim-java/nvim-java/assets/18459807/047c8c46-9a0a-4869-b342-d5c2e15647bc >
@@ -38,17 +37,6 @@ Just install and start writing `public static void main(String[] args)`.
3837- :white_check_mark : Decompiler Support
3938- :white_check_mark : [ Code Actions] ( https://github.com/nvim-java/nvim-java/wiki/Tips-&-Tricks#running-code-actions )
4039
41- ## :bulb : Why
42-
43- - Everything necessary will be installed automatically
44- - Uses native ` vim.lsp.config ` to setup ` jdtls `
45- - Auto loads necessary ` jdtls ` plugins
46- - Supported plugins are,
47- - ` spring-boot-tools `
48- - ` lombok `
49- - ` java-test `
50- - ` java-debug-adapter `
51-
5240## :hammer : How to Install
5341
5442<details >
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Table of Contents *nvim-java-table-of-contents*
661. nvim-java | nvim-java-nvim-java |
77 - Demo | nvim-java-demo |
88 - Features | nvim-java-features |
9- - Why | nvim-java-why |
109 - How to Install | nvim-java-how-to-install |
1110 - Commands | nvim-java-commands |
1211 - APIs | nvim-java-apis |
@@ -50,19 +49,6 @@ FEATURES *nvim-java-features*
5049- Code Actions <https://github.com/nvim-java/nvim-java/wiki/Tips-&-Tricks#running-code-actions >
5150
5251
53- WHY *nvim-java-why*
54-
55- - Everything necessary will be installed automatically
56- - Uses nvim-lspconfig <https://github.com/neovim/nvim-lspconfig > to setup `jdtls`
57- - Realtime server settings updates is possible using neoconf <https://github.com/folke/neoconf.nvim >
58- - Auto loads necessary `jdtls` plugins
59- - Supported plugins are,
60- - `spring- boot- tools`
61- - `lombok`
62- - `java- test`
63- - `java- debug - adapter`
64-
65-
6652HOW TO INSTALL *nvim-java-how-to-install*
6753
6854:small_orange_diamond:details ~
You can’t perform that action at this time.
0 commit comments