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

Conventional Commit support for Vim

License

Notifications You must be signed in to change notification settings

minkedup/conventional.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Conventional Commit support for Vim

Resources

License

Stars

Watchers

Forks