Thanks for your interest in contributing! 🎉
- Fork and clone the repo
- Make your changes
- Run the tests (see below)
- Open a PR!
nvim --headless -u tests/helpers/min.lua \
-c "PlenaryBustedDirectory tests/ { minimal_init = 'tests/helpers/min.lua' }"Just follow the existing style:
- Two spaces for indentation
- Snake_case for functions and variables
- Keep it simple and readable
Use conventional commits for automatic releases:
feat: add new feature
fix: fix a bug
docs: update documentationThat's it! The CI will run tests automatically when you open a PR.
Open an issue - we're happy to help!