Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/4513echo/ddu-source-emoji
- Owner: 4513ECHO
- License: mit
- Created: 2022-03-18T10:41:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:52:20.000Z (4 months ago)
- Last Synced: 2024-08-25T16:00:41.876Z (4 months ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- 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' }] })
```