A neovim plugin template for github repos
Last updated Jul 7, 2026
471
Stars
28
Forks
2
Issues
+2
Stars/day
Attention Score
65
Language breakdown
Lua 88.0%
Makefile 12.0%
โธ Files
click to expand
README
A Neovim Plugin Template
A template repository for Neovim plugins.
Using it
Via gh:
$ gh repo create my-plugin -p ellisonleao/nvim-plugin-template
Via github web page:
Click on Use this template

Features and structure
- 100% Lua
- Github actions for:
Plugin structure
.
โโโ lua
โย ย โโโ plugin_name
โย ย โย ย โโโ module.lua
โย ย โโโ plugin_name.lua
โโโ Makefile
โโโ plugin
โย ย โโโ plugin_name.lua
โโโ README.md
โโโ tests
โย ย โโโ minimal_init.lua
โย ย โโโ plugin_name
โย ย โโโ pluginnamespec.lua๐ More in this category