This repository is a Neovim plugin template. Many thanks to The Primeagen for his tutorial.
To work on the plugin, you must start Neovim with this directory as the current working directory. From within this directory, start up Neovim:
nvim --cmd "set rtp+=$(pwd)"
This will automatically source the your-first-plugin.vim
file, which loads the lua module. This function will re-source the Lua plugin that we're working on every time a lua buffer is saved.