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

Commit d0805bf

Browse files
committed
readme changes
1 parent cf3de5c commit d0805bf

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A Neovim Plugin Template
22

3-
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ellisonleao/neovim-plugin-template/default?style=for-the-badge)
3+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ellisonleao/nvim-plugin-template/default?style=for-the-badge)
44
![Lua](https://img.shields.io/badge/Made%20with%20Lua-blueviolet.svg?style=for-the-badge&logo=lua)
55

66
A template repository for Neovim plugins.
@@ -28,5 +28,17 @@ Click on `Use this template`
2828
### Plugin structure
2929

3030
```
31-
31+
.
32+
├── lua
33+
│   └── module
34+
│   └── init.lua
35+
├── Makefile
36+
├── plugin
37+
│   └── module.lua
38+
├── README.md
39+
├── tests
40+
│   ├── minimal_vim.vim
41+
│   └── module
42+
│   └── module_spec.lua
43+
└── vendor
3244
```

0 commit comments

Comments
 (0)