|
1 | | -*my-template-docs.txt* For Neovim >= 0.8.0 Last change: 2023 November 10 |
| 1 | +*nvim-java-dap.txt* For Neovim >= 0.9.4 Last change: 2023 December 10 |
2 | 2 |
|
3 | 3 | ============================================================================== |
4 | | -Table of Contents *my-template-docs-table-of-contents* |
| 4 | +Table of Contents *nvim-java-dap-table-of-contents* |
5 | 5 |
|
6 | | -1. A Neovim Plugin Template |my-template-docs-a-neovim-plugin-template| |
7 | | - - Using it |my-template-docs-a-neovim-plugin-template-using-it| |
8 | | - - Features and structure|my-template-docs-a-neovim-plugin-template-features-and-structure| |
| 6 | +1. nvim-java-dap |nvim-java-dap-nvim-java-dap| |
| 7 | + - Head on to the main project nvim-java|nvim-java-dap-head-on-to-the-main-project-nvim-java| |
9 | 8 |
|
10 | 9 | ============================================================================== |
11 | | -1. A Neovim Plugin Template *my-template-docs-a-neovim-plugin-template* |
| 10 | +1. nvim-java-dap *nvim-java-dap-nvim-java-dap* |
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
15 | | -A template repository for Neovim plugins. |
| 14 | +This project includes anything and everything to do with debugging Java |
| 15 | +applications |
16 | 16 |
|
17 | 17 |
|
18 | | -USING IT *my-template-docs-a-neovim-plugin-template-using-it* |
19 | | - |
20 | | -Via `gh` |
21 | | - |
22 | | -> |
23 | | - $ gh repo create my-plugin -p ellisonleao/nvim-plugin-template |
24 | | -< |
25 | | - |
26 | | -Viagithub web page: |
27 | | - |
28 | | -Click on `Use this template` |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | -FEATURES AND STRUCTURE*my-template-docs-a-neovim-plugin-template-features-and-structure* |
34 | | - |
35 | | -- 100% Lua |
36 | | -- Github actions for: |
37 | | - - running tests using plenary.nvim <https://github.com/nvim-lua/plenary.nvim> and busted <https://olivinelabs.com/busted/> |
38 | | - - check for formatting errors (Stylua) |
39 | | - - vimdocs autogeneration from README.md file |
40 | | - - luarocks release (LUAROCKS_API_KEY secret configuration required) |
41 | | - |
42 | | - |
43 | | -PLUGIN STRUCTURE ~ |
44 | | - |
45 | | -> |
46 | | - . |
47 | | - ├── lua |
48 | | - │ ├── plugin_name |
49 | | - │ │ └── module.lua |
50 | | - │ └── plugin_name.lua |
51 | | - ├── Makefile |
52 | | - ├── plugin |
53 | | - │ └── plugin_name.lua |
54 | | - ├── README.md |
55 | | - ├── tests |
56 | | - │ ├── minimal_init.lua |
57 | | - │ └── plugin_name |
58 | | - │ └── plugin_name_spec.lua |
59 | | -< |
| 18 | +HEAD ON TO THE MAIN PROJECT NVIM-JAVA*nvim-java-dap-head-on-to-the-main-project-nvim-java* |
60 | 19 |
|
61 | 20 | ============================================================================== |
62 | | -2. Links *my-template-docs-links* |
| 21 | +2. Links *nvim-java-dap-links* |
63 | 22 |
|
64 | | -1. *GitHub Workflow Status*: https://img.shields.io/github/actions/workflow/status/ellisonleao/nvim-plugin-template/lint-test.yml?branch=main&style=for-the-badge |
65 | | -2. *Lua*: https://img.shields.io/badge/Made%20with%20Lua-blueviolet.svg?style=for-the-badge&logo=lua |
66 | | -3. **: https://docs.github.com/assets/cb-36544/images/help/repository/use-this-template-button.png |
| 23 | +1. *Neovim*: https://img.shields.io/badge/NeoVim-%2357A143.svg?&style=for-the-badge&logo=neovim&logoColor=white |
| 24 | +2. *Lua*: https://img.shields.io/badge/lua-%232C2D72.svg?style=for-the-badge&logo=lua&logoColor=white |
| 25 | +3. *Java*: https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white |
| 26 | +4. *Gradle*: https://img.shields.io/badge/Gradle-02303A.svg?style=for-the-badge&logo=Gradle&logoColor=white |
| 27 | +5. *Apache Maven*: https://img.shields.io/badge/Apache%20Maven-C71A36?style=for-the-badge&logo=Apache%20Maven&logoColor=white |
67 | 28 |
|
68 | 29 | Generated by panvimdoc <https://github.com/kdheepak/panvimdoc> |
69 | 30 |
|
|
0 commit comments