Install Compoext with your plugin manager of choice, and add this to your init.lua:
require'compoext'.setup {
}- If your contribution can be reasonably tested with automation tests, add tests.
- Documentation comments must be compatible with both Sumneko Language Server and lemmy-help. If you do something that changes the documentation, please run
make docsto update the vimdoc. - Compoext uses Google's Release Please, so write your commits according to the Conventional Commits format.