A simple plugin that attempts to add conventional commit support to vim.
Install with your favorite vim plugin manager. For example using plug:
Plug 'displeased/conventional.vim'
To leverage vim-plug's dynamic plugin loading, you can set conventional.vim
to only activate when editing git commits:
Plug 'displeased/conventional.vim', { 'for': 'gitcommit' }
This project is licensed under the MIT License - see LICENSE for more details.