From 1f663e0f82b965e5cfa6314be43f401b1f60a53b Mon Sep 17 00:00:00 2001 From: Steve Vermeulen Date: Thu, 10 Sep 2020 00:03:56 -0700 Subject: [PATCH] Added link to vimpeccable --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08a1f9b..c5f6e88 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ A few tutorials have already been written to help people write plugins in Lua. S - [2n.pl - How to write neovim plugins in Lua](https://www.2n.pl/blog/how-to-write-neovim-plugins-in-lua.md) - [2n.pl - How to make UI for neovim plugins in Lua](https://www.2n.pl/blog/how-to-make-ui-for-neovim-plugins-in-lua) - [ms-jpq - Neovim Async Tutorial](https://ms-jpq.github.io/neovim-async-tutorial/) +- [Vimpeccable - Plugin to help write your .vimrc in Lua](https://github.com/svermeulen/vimpeccable) ## Where to put Lua files