We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dcfcd commit 78ff935Copy full SHA for 78ff935
lua/astrocommunity/completion/blink-cmp-emoji/README.md
@@ -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>
lua/astrocommunity/completion/blink-cmp-emoji/init.lua
@@ -0,0 +1,16 @@
+return {
+ "moyiz/blink-emoji.nvim",
+ lazy = true,
+ specs = {
+ "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