Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 512 Bytes

File metadata and controls

20 lines (14 loc) · 512 Bytes

conventional.vim

A simple plugin that attempts to add conventional commit support to vim.

Installation

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' }

License

This project is licensed under the MIT License - see LICENSE for more details.