Bash2Basics: Neovim Lua Plugin From Scratch

2 years ago
64

In Episode 2 of Bash2Basics, we make a Lua plugin from scratch. The topics range from lua basics, reloading your plugin w/out restarting, writing tests and documentation. We hope you enjoy!

Plugin Link: https://github.com/tjdevries/stackmap.nvim

Chapters:
0:00:00 Introduction
0:20:22 Reloading packages in lua
0:24:55 Creating a lua module
0:37:00 vim.inspect
0:38:30 Starting to implement business logic
0:44:10 Lua Table explanation
0:47:50 Continue business logic
0:55:00 Lua trutiness
0:56:00 Back to business
1:05:00 Actually kind of works
1:06:00 Neovim Plugin Testing & Implementation
1:37:00 Simple vim docs

Loading comments...