Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

coc-conventional

davidsierradz5MIT1.0.0

Conventional commits extension for coc.nvim.

coc.nvim

readme

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