From f55a75cc69fa3c821e8bfdfcfb729360a14ca070 Mon Sep 17 00:00:00 2001 From: Prabir Shrestha Date: Sat, 3 Jun 2017 13:57:28 -0700 Subject: [PATCH] added emoji source https://github.com/prabirshrestha/asyncomplete-emoji.vim --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40dd911..db70673 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ autocmd! CompleteDone * if pumvisible() == 0 | pclose | endif asyncomplete.vim deliberately does not contain any sources. Please use one of the following sources or create your own. * Buffer via [asyncomplete-buffer.vim](https://github.com/prabirshrestha/asyncomplete-buffer.vim) +* Emoji via [asyncomplete-emoji.vim](https://github.com/prabirshrestha/asyncomplete-emoji.vim) * Vim Syntax via [asyncomplete-necosyntax.vim](https://github.com/prabirshrestha/asyncomplete-necosyntax.vim) * Vim via [asyncomplete-necovim.vim](https://github.com/prabirshrestha/asyncomplete-necovim.vim) * Go via [asyncomplete-gocode.vim](https://github.com/prabirshrestha/asyncomplete-gocode.vim)