Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prabirshrestha/asyncomplete-emoji.vim
- Owner: prabirshrestha
- Created: 2017-06-03T20:52:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T19:16:40.000Z (about 4 years ago)
- Last Synced: 2024-10-06T15:02:20.221Z (about 1 month ago)
- Topics: asyncomplete, code-completion, neovim, vim
- Language: Vim script
- Size: 7.81 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'),
\ }))
```