Skip to content

Commit a7dbd3a

Browse files
committed
docs: remove why section
1 parent 68db686 commit a7dbd3a

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515

1616
Just 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>

doc/nvim-java.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Table of Contents *nvim-java-table-of-contents*
66
1. 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-
6652
HOW TO INSTALL *nvim-java-how-to-install*
6753

6854
:small_orange_diamond:details ~

0 commit comments

Comments
 (0)