Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/4513echo/ddu-source-emoji

😀 Emoji source for ddu.vim
https://github.com/4513echo/ddu-source-emoji

ddu-source ddu-vim

Last synced: 4 days ago
JSON representation

😀 Emoji source for ddu.vim

Awesome Lists containing this project

README

        

# ddu-source-emoji

Emoji source for ddu.vim

This source collects GitHub style emojis.

Emojis data are fetched from
[muan/unicode-emoji-json](https://github.com/muan/unicode-emoji-json) which
supports unicode emoji version `15.1`.

Please read [help](doc/ddu-source-emoji.txt) for details.

## Requirements

- [denops.vim](https://github.com/vim-denops/denops.vim)
- [ddu.vim](https://github.com/Shougo/ddu.vim)
- [ddu-kind-word](https://github.com/Shougo/ddu-kind-word)

## Examples

```vim
" Use emoji source.
call ddu#start({ 'sources': [{ 'name': 'emoji' }] })
```