Skip to content

Commit

Permalink
✨ Add Vim integration (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertoort authored and dannyfritz committed Oct 27, 2016
1 parent 3071e93 commit 7a449e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INTEGRATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Atom can also help with using emoji in commit message by installing [git-plus](h

Install package for [GithubEmoji](https://github.com/akatopo/GithubEmoji).

## Vim

Install package for [Vim-emoji](https://github.com/junegunn/vim-emoji#installation).

Add `set completefunc=emoji#complete` to `.vimrc` and then run emoji completion with `CTRL-X CTRL-U`

## npm

Create an `.npmrc` [file](https://docs.npmjs.com/files/npmrc) and set the `message` value.
Expand Down

0 comments on commit 7a449e1

Please sign in to comment.