tint.lua
defines __.transforms
, which follows:
key
: Name of the transform to use, comes fromtint.transforms
value
:function
that should return a table oftransforms
. See:h tint-transforms
for 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.transforms
intint.lua
- Add a new function for your new key in
__.transforms
intint.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