Skip to content

Commit 7d18f74

Browse files
authored
Merge pull request #1 from FuDesign2008/fuyg/dev
Fuyg/dev
2 parents 6704ecf + a36a8c2 commit 7d18f74

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# emoji-snippets.vim
22

3-
emoji snippets for vim, working with [YouCompleteMe](https://github.com/ycm-core/YouCompleteMe).
3+
emoji snippets for vim, working with [YouCompleteMe](https://github.com/ycm-core/YouCompleteMe) for completion.
44

55
## Supported emoji
66

@@ -10,6 +10,7 @@ emoji snippets for vim, working with [YouCompleteMe](https://github.com/ycm-core
1010
| emjcheck ||
1111
| emjx ||
1212
| emjcircle | ⚪️ |
13+
| emjsquare | 🔲 |
1314

1415
## Reference
1516

UltiSnips/all.snippets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
# @see https://github.com/caiyongji/emoji-list
3+
24
snippet emjsmile "emoji smile 😄"
35
😄
46
endsnippet
@@ -16,3 +18,6 @@ snippet emjcircle "emoji white_circle ⚪️"
1618
⚪️
1719
endsnippet
1820

21+
snippet emjsquare "emoji black_square_button 🔲"
22+
🔲
23+
endsnippet

0 commit comments

Comments
 (0)