There was an error while loading. Please reload this page.
1 parent ecfd340 commit ad0520dCopy full SHA for ad0520d
1 file changed
README.md
@@ -30,15 +30,16 @@ Click on `Use this template`
30
```
31
.
32
├── lua
33
-│ └── module
34
-│ └── init.lua
+│ ├── plugin_name
+│ │ └── module.lua
35
+│ └── plugin_name.lua
36
├── Makefile
37
├── plugin
-│ └── module.lua
38
39
├── README.md
40
├── tests
41
│ ├── minimal_vim.vim
42
-│ └── module_spec.lua
+│ └── plugin_name
43
+│ └── plugin_name_spec.lua
44
└── vendor
45
0 commit comments