Skip to content

Commit 78ff935

Browse files
ALameLlamaUzaaft
andauthored
feat(completion): Add blink-cmp-emoji (#1447)
* feat(completion): Add blink-cmp-emoji * Update lua/astrocommunity/completion/blink-cmp-emoji/README.md * Update init.lua --------- Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com>
1 parent d6dcfcd commit 78ff935

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Emoji source for blink.cmp completion plugin.
2+
3+
Emoji source for blink.cmp.
4+
5+
**Repository:** <https://github.com/moyiz/blink-emoji.nvim>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
return {
2+
"moyiz/blink-emoji.nvim",
3+
lazy = true,
4+
specs = {
5+
"Saghen/blink.cmp",
6+
optional = true,
7+
opts = {
8+
sources = {
9+
default = { "emoji" },
10+
providers = {
11+
emoji = { name = "emoji", module = "blink-emoji" },
12+
},
13+
},
14+
},
15+
},
16+
}

0 commit comments

Comments
 (0)