Skip to content

gotchane/vim-git-commit-prefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-git-commit-prefix

This vim plugin is to support adding git commit prefix. When you edit commit messages by vim as git default editor, this plugin automatically shows the commit prefix candidates.

image

Prefixes

This plugin supports prefixes below:

  • feat: A new feature
  • fix: A bug fix
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: A code change that improves performance
  • test: Adding missing or correcting existing tests
  • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation

refs: angular.js/DEVELOPERS.md

Installation

Please add this plugin by your plugin manager. If you use dein.vim:

call dein#add('gotchane/vim-git-commit-prefix')

Also, please change your git default editor to vim.

$ git config --global core.editor vim

How to use

When you commit changes by vim as git default editor, this plugin automatically shows the commit prefix candidates.

$ git commit

You can choose the language for this plugin from English(default) or Japanese.

let g:git_commit_prefix_lang = 'en'  " or 'ja'

License

MIT License

About

This vim plugin is to support adding git commit prefix.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •