File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 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==============================================================================
44Table 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==============================================================================
You can’t perform that action at this time.
0 commit comments