nvim-lua-plugin-template
nvim-lua-plugin-template copied to clipboard
A starter template for a Neovim plugin written in Lua
Fixes #10. The upload is skipped if the `LUAROCKS_API_KEY` is not set: https://github.com/mrcjkb/nvim-lua-plugin-template/actions/runs/4589633295/jobs/8104663752
@teto and I are trying to promote the use of LuaRocks to distribute Neovim plugins. * See [this blog post](https://mrcjkb.github.io/posts/2023-01-10-luarocks-tag-release.html), which follows up on [a series of posts](https://teto.github.io/posts/2021-09-17-neovim-plugin-luarocks.html) by @teto....
1. [lua cov](https://keplerproject.github.io/luacov/) local dev and CI installation 2. [stylua](https://github.com/JohnnyMorganz/StyLua) also has nice github actions => column width 4, spaces or tabs?! 3. luacheck local dev installation 4. for completeness:...
I just started a new plugin and decided to give `busted` another shot after previously having found it not usable for plugin development (a separate story -- let's see if...
Spent a whole lot of time banging my head on why testing errored. This is because you need to install Lua 5.1 system-wide **even if** in the end you use...
This issue proposes improvements to the common errors documentation.