This repository was archived by the owner on Nov 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
66A 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```
You can’t perform that action at this time.
0 commit comments