Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamoutatsumi/ddc-emoji
Emoji source of ddc.vim
https://github.com/gamoutatsumi/ddc-emoji
ddc-source
Last synced: 14 days ago
JSON representation
Emoji source of ddc.vim
- Host: GitHub
- URL: https://github.com/gamoutatsumi/ddc-emoji
- Owner: gamoutatsumi
- Created: 2021-10-05T13:16:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T21:21:59.000Z (6 months ago)
- Last Synced: 2024-08-01T17:40:04.342Z (3 months ago)
- Topics: ddc-source
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ddc-emoji
Emoji source of ddc.vim
## Required
- [denops.vim](https://github.com/vim-denops/denops.vim)
- [ddc.vim](https://github.com/Shougo/ddc.vim)## Configuration
```vim
" Use emoji source.
call ddc#custom#patch_global('sources', ['emoji'])" Add matching patterns
call ddc#custom#patch_global('keywordPattern', '[a-zA-Z_:]\w*')" Change source options
call ddc#custom#patch_global('sourceOptions', {
\ 'emoji': {
\ 'mark': 'emoji',
\ 'matchers': ['emoji'],
\ 'sorters': [],
\ },
\ })
```## Screenshots
![](https://user-images.githubusercontent.com/47162587/136030859-db5c4c54-cdec-4713-b00d-841f97828b1b.png)