@@ -37,11 +37,10 @@ FEATURES *nvim-java-features*
3737
3838- Spring Boot Tools
3939- Diagnostics & Auto Completion
40- - Automatic DAP <https://github.com/mfussenegger/nvim-dap >
41- debug configuration
40+ - Automatic Debug Configuration
4241- Organize Imports & Code Formatting
4342- Running Tests
44- - Run & Debugprofiles
43+ - Run & DebugProfiles
4544- Code Actions <https://github.com/nvim-java/nvim-java/wiki/Tips-&-Tricks#running-code-actions >
4645
4746
@@ -66,16 +65,13 @@ HOW TO INSTALL *nvim-java-how-to-install*
6665STARTER CONFIGS (RECOMMEND FOR NEWBIES)~
6766
6867Following are forks of original repositories pre-configured for java. If you
69- don’t know how to get started, use one of the following to get started.
68+ don’t know how to get started, use one of the following to get started. You
69+ can click on **n commits ahead of** link to see the changes made on top of the
70+ original project
7071
7172- LazyVim <https://github.com/nvim-java/starter-lazyvim >
7273- Kickstart <https://github.com/nvim-java/starter-kickstart >
73-
74-
75- DISTRIBUTION SPECIFIC INSTRUCTIONS~
76-
77- - LazyVim <https://github.com/nvim-java/nvim-java/wiki/Lazyvim >
78- - Kickstart <https://github.com/nvim-java/nvim-java/wiki/Kickstart >
74+ - AstroNvim <https://github.com/nvim-java/starter-astronvim >
7975
8076
8177CUSTOM CONFIGURATION INSTRUCTIONS~