A neovim plugin template for github repos
476
stars
36
commits
Lua
primary language
Oct 8, 2025
updated
A template repository for Neovim plugins.
Via gh:
$ gh repo create my-plugin -p ellisonleao/nvim-plugin-template
Via github web page:
Click on Use this template

.
├── lua
│ ├── plugin_name
│ │ └── module.lua
│ └── plugin_name.lua
├── Makefile
├── plugin
│ └── plugin_name.lua
├── README.md
├── tests
│ ├── minimal_init.lua
│ └── plugin_name
│ └── plugin_name_spec.lua
Lua
88.0%
Makefile
12.0%
A neovim plugin template for github repos
476
stars
36
commits
Lua
primary language
Oct 8, 2025
updated
A template repository for Neovim plugins.
Via gh:
$ gh repo create my-plugin -p ellisonleao/nvim-plugin-template
Via github web page:
Click on Use this template

.
├── lua
│ ├── plugin_name
│ │ └── module.lua
│ └── plugin_name.lua
├── Makefile
├── plugin
│ └── plugin_name.lua
├── README.md
├── tests
│ ├── minimal_init.lua
│ └── plugin_name
│ └── plugin_name_spec.lua
Lua
88.0%
Makefile
12.0%