Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 412 Bytes

File metadata and controls

20 lines (14 loc) · 412 Bytes

Git commit message inline VIM Plugin

Installation

Recommended installation with vundle:

  Plugin 'ThanhKhoaIT/git-message.vim'

Configuration

Ignore file-types to display git message

Overwrite the g:gmi#ignored_filetypes variable

Example: (it is Default)

let g:gmi#ignored_filetypes = ['help', 'qf', 'nerdtree', 'fzf']

Preview