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: 5 months ago
JSON representation
😀 Emoji source for ddu.vim
- Host: GitHub
- URL: https://github.com/4513echo/ddu-source-emoji
- Owner: 4513ECHO
- License: mit
- Created: 2022-03-18T10:41:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T06:40:15.000Z (almost 2 years ago)
- Last Synced: 2025-08-19T04:44:23.308Z (10 months ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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' }] })
```