extending vim with shell commands | 3

vimscript / lua

lua is an amazing feature of neovim. Both let you extend neovim in amazing ways with little effort, but there quickly becomes a limit where you need to learn a lot more about it to do what you need.

lua can be a deep rabbit hole