Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prabirshrestha/asyncomplete-emoji.vim

provides emoji autocomplete for asyncomplete.vim
https://github.com/prabirshrestha/asyncomplete-emoji.vim

asyncomplete code-completion neovim vim

Last synced: about 1 month ago
JSON representation

provides emoji autocomplete for asyncomplete.vim

Awesome Lists containing this project

README

        

Emoji source for asyncomplete.vim
=================================

Provide emoji completions for [asyncomplete.vim](https://github.com/prabirshrestha/asyncomplete.vim)

### Installing

```viml
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/asyncomplete-emoji.vim'
```

#### Registration

```vim
au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#emoji#get_source_options({
\ 'name': 'emoji',
\ 'allowlist': ['*'],
\ 'completor': function('asyncomplete#sources#emoji#completor'),
\ }))
```