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 = {
|
||||
default = { 'lsp' },
|
||||
cmdline = {},
|
||||
providers = {},
|
||||
default = {
|
||||
'lsp',
|
||||
'emoji',
|
||||
},
|
||||
cmdline = {},
|
||||
providers = {
|
||||
emoji = {
|
||||
module = "blink-emoji",
|
||||
name = "Emoji",
|
||||
score_offset = 1,
|
||||
opts = { insert = true },
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue