Skip to content

Commit 3393c28

Browse files
auto-generate vimdoc
1 parent 1feb82e commit 3393c28

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doc/my-template-docs.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*my-template-docs.txt* For Neovim >= 0.8.0 Last change: 2023 August 17
1+
*my-template-docs.txt* For Neovim >= 0.8.0 Last change: 2023 November 10
22

33
==============================================================================
44
Table of Contents *my-template-docs-table-of-contents*
@@ -44,18 +44,18 @@ PLUGIN STRUCTURE ~
4444

4545
>
4646
.
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
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
5959
<
6060

6161
==============================================================================

0 commit comments

Comments
 (0)