From 8cfb477351a91fcd41aeb916f2d4f02d94c88335 Mon Sep 17 00:00:00 2001 From: Chaz Leong <13462818+cleong14@users.noreply.github.com> Date: Fri, 7 Jan 2022 17:29:48 -1000 Subject: [PATCH] Add 'Neovim from Scratch' Tutorial Add [ChrisAtMachine - Neovim from Scratch](https://youtube.com/playlist?list=PLhoH5vyxr6Qq41NFL4GvhFp-WLd5xzIzZ) YouTube tutorial playlist to 'Existing tutorials for writing Lua in Neovim' README section. - [ChrisAtMachine - Neovim from Scratch (YouTube Playlist)](https://www.youtube.com/playlist?list=PLhoH5vyxr6Qq41NFL4GvhFp-WLd5xzIzZ) - [ChrisAtMachine - Neovim from Scratch (GitHub)](https://github.com/LunarVim/Neovim-from-scratch) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a79e2f..5d3b0ff 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/) +- [ChrisAtMachine - Neovim from Scratch](https://youtube.com/playlist?list=PLhoH5vyxr6Qq41NFL4GvhFp-WLd5xzIzZ) ### Companion plugins