From 545be2d3852256fb2e7f2641c1ee51a00371fe8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ant=C3=B3nio=20mora?= Date: Mon, 20 Sep 2021 04:54:39 -0300 Subject: [PATCH] Add m00qek/plugin-template.nvim to "Neovim Lua Development" section (#219) * Add m00qek/plugin-template.nvim * Fix spelling of GitHub --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79466f2..ddcbb79 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [tami5/sql.nvim](https://github.com/tami5/sql.nvim) - SQLite/LuaJIT binding for lua and neovim. - [folke/lua-dev.nvim](https://github.com/folke/lua-dev.nvim) - Dev setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API. - [MunifTanjim/nui.nvim](https://github.com/MunifTanjim/nui.nvim) - UI Component Library for Neovim. +- [m00qek/plugin-template.nvim](https://github.com/m00qek/plugin-template.nvim) - A plugin template that setups test infrastructure and GitHub Actions. ### Fennel