1.0.0 • Published 4 years ago

coc-conventional v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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.

asciicast

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

4 years ago