nvim: add blink-emoji completion 🚀
This commit is contained in:
parent
8c5b50bbbd
commit
8bcc3ca832
1 changed files with 12 additions and 3 deletions
|
@ -61,9 +61,18 @@ require 'blink-cmp'.setup({
|
||||||
},
|
},
|
||||||
|
|
||||||
sources = {
|
sources = {
|
||||||
default = { 'lsp' },
|
default = {
|
||||||
|
'lsp',
|
||||||
|
'emoji',
|
||||||
|
},
|
||||||
cmdline = {},
|
cmdline = {},
|
||||||
providers = {},
|
providers = {
|
||||||
|
emoji = {
|
||||||
|
module = "blink-emoji",
|
||||||
|
name = "Emoji",
|
||||||
|
score_offset = 1,
|
||||||
|
opts = { insert = true },
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue