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