Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Commit ad0520d

Browse files
committed
README update
1 parent ecfd340 commit ad0520d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@ Click on `Use this template`
3030
```
3131
.
3232
├── lua
33-
│   └── module
34-
│   └── init.lua
33+
│   ├── plugin_name
34+
│   │   └── module.lua
35+
│   └── plugin_name.lua
3536
├── Makefile
3637
├── plugin
37-
│   └── module.lua
38+
│   └── plugin_name.lua
3839
├── README.md
3940
├── tests
4041
│   ├── minimal_vim.vim
41-
│   └── module
42-
│   └── module_spec.lua
42+
│   └── plugin_name
43+
│   └── plugin_name_spec.lua
4344
└── vendor
4445
```

0 commit comments

Comments
 (0)