Skip to content

Commit 9b34bf1

Browse files
chore(doc): automatic vimdoc update (#1)
Co-authored-by: s1n7ax <s1n7ax@users.noreply.github.com>
1 parent 20a0d53 commit 9b34bf1

1 file changed

Lines changed: 14 additions & 53 deletions

File tree

doc/nvim-java-dap.txt

Lines changed: 14 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,30 @@
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
22

33
==============================================================================
4-
Table of Contents *my-template-docs-table-of-contents*
4+
Table of Contents *nvim-java-dap-table-of-contents*
55

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|
98

109
==============================================================================
11-
1. A Neovim Plugin Template *my-template-docs-a-neovim-plugin-template*
10+
1. nvim-java-dap *nvim-java-dap-nvim-java-dap*
1211

1312

1413

15-
A template repository for Neovim plugins.
14+
This project includes anything and everything to do with debugging Java
15+
applications
1616

1717

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*
6019

6120
==============================================================================
62-
2. Links *my-template-docs-links*
21+
2. Links *nvim-java-dap-links*
6322

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
6728

6829
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
6930

0 commit comments

Comments
 (0)