Skip to content

Commit

Permalink
auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 18, 2024
1 parent 25d576b commit 922c0d5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions doc/my-template-docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*my-template-docs.txt* For Neovim >= 0.8.0 Last change: 2023 August 17
*my-template-docs.txt* For Neovim >= 0.8.0 Last change: 2024 January 18

==============================================================================
Table of Contents *my-template-docs-table-of-contents*
Expand Down Expand Up @@ -44,18 +44,18 @@ PLUGIN STRUCTURE ~

>
.
lua
   plugin_name
      module.lua
   plugin_name.lua
Makefile
plugin
   plugin_name.lua
README.md
tests
   minimal_init.lua
   plugin_name
   plugin_name_spec.lua
├── lua
   ├── plugin_name
      └── module.lua
   └── plugin_name.lua
├── Makefile
├── plugin
   └── plugin_name.lua
├── README.md
├── tests
   ├── minimal_init.lua
   └── plugin_name
   └── plugin_name_spec.lua
<

==============================================================================
Expand Down

0 comments on commit 922c0d5

Please sign in to comment.