From 7a449e14a3ef2cfeb3b22a2e958925cc311a9255 Mon Sep 17 00:00:00 2001 From: Roberto Ortega Date: Thu, 27 Oct 2016 13:02:31 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20Vim=20integration=20(#14)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INTEGRATIONS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INTEGRATIONS.md b/INTEGRATIONS.md index dfad8f2..92d1907 100644 --- a/INTEGRATIONS.md +++ b/INTEGRATIONS.md @@ -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.