From 7046c320620eb2f7d9a04c595a3de800c97ffae6 Mon Sep 17 00:00:00 2001 From: Dave Lage Date: Fri, 16 Oct 2020 17:25:14 -0400 Subject: [PATCH] Add nanotee/nvim-lua-guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b1c12d..e1a0b78 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Have a problem a plugin can solve? Add it to the [nvim-lua wishlist](https://git - [tjdevries/nlua.nvim](https://github.com/tjdevries/nlua.nvim) - Lua Development for Neovim - [svermeulen/vimpeccable](https://github.com/svermeulen/vimpeccable) - Commands to help write your .vimrc in lua or any lua based language +- [nanotee/nvim-lua-guide](https://github.com/nanotee/nvim-lua-guide) - A guide to using Lua in Neovim ### Lua - [rafcamlet/nvim-luapad](https://github.com/rafcamlet/nvim-luapad) - Interactive real time neovim scratchpad for embedded lua engine - type and watch!