added emoji source

https://github.com/prabirshrestha/asyncomplete-emoji.vim
This commit is contained in:
Prabir Shrestha
2017-06-03 13:57:28 -07:00
parent e2a54dcc63
commit f55a75cc69
+1
View File
@@ -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)