Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unclebill/neco-git-commit


https://github.com/unclebill/neco-git-commit

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# neco-git-commit

A plugin of [neocomplete.vim](https://github.com/Shougo/neocomplete.vim).
Complete from commit history for editting commit-message.

## Installation

### Plug.vim

```viml
Plug 'Shougo/neocomplete.vim'
Plug 'uncelbill/neco-git-commit'
```
## usage

### fixup

type `fixup ` when editting commit-message.

![fixup](./fixup.png)