I made a neovim plugin
I’ve slowly adding more and more lua functions into my neovim configuration, and recently I noticed a pattern for a class of functions that reach out to run shell commands that can be abstracted away.
Check out the project readme for the most up to date details on the plugin itself.
...