From 008665af60ca6f6c2050bb3a605b13e9378cba14 Mon Sep 17 00:00:00 2001 From: Kai Spencer Date: Sat, 16 Jul 2022 22:20:37 +0100 Subject: [PATCH] Adds create-nvim-plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 470a425..4e7684c 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ A few tutorials have already been written to help people write plugins in Lua. S - [Building A Vim Statusline from Scratch - jdhao's blog](https://jdhao.github.io/2019/11/03/vim_custom_statusline/) - [Configuring Neovim using Lua](https://icyphox.sh/blog/nvim-lua/) - [Devlog | Everything you need to know to configure neovim using lua](https://vonheikemen.github.io/devlog/tools/configuring-neovim-using-lua/) +- [create-nvim-plugin - CLI tool to scaffold neovim lua plugins](https://github.com/KaiSpencer/create-nvim-plugin) ### Companion plugins