Completes types (with @commitlint/config-conventional
) and scopes (with lerna
).
:CocInstall coc-conventional
This extension will start when you edit a commit (:set filetype gitcommit
) and follows the Conventional Commits specification.
{
"coc-conventional.enabled": {
"type": "boolean",
"default": true,
"description": "Enable coc-conventional extension"
},
"coc-conventional.enableLernaScopes": {
"type": "boolean",
"default": false,
"description": "Enable Lerna scopes completion"
}
}
MIT
This extension is created by create-coc-extension