tint.lua defines __.transforms, which follows:
key: Name of the transform to use, comes fromtint.transformsvalue:functionthat should return a table oftransforms. See:h tint-transformsfor more details on the function implementation.
In order to create a new transform for others to use:
- Add a new key and value to
tint.transformsintint.lua - Add a new function for your new key in
__.transformsintint.lua
Throw this in a PR along with a screenshot of your transform.
Documentation is generated using md2vim. If you update DOC.md, make sure you run make docs and commit the changes it creates.
Commits should follow the conventional commits guidelines