mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(cmp): added cmp-emoji
This commit is contained in:
parent
2abd569ff2
commit
0624811b3b
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ return {
|
|||
"hrsh7th/cmp-nvim-lsp",
|
||||
"hrsh7th/cmp-buffer",
|
||||
"hrsh7th/cmp-path",
|
||||
"hrsh7th/cmp-emoji",
|
||||
"saadparwaiz1/cmp_luasnip",
|
||||
},
|
||||
|
||||
|
@ -62,6 +63,7 @@ return {
|
|||
{ name = "luasnip" },
|
||||
{ name = "buffer" },
|
||||
{ name = "path" },
|
||||
{ name = "emoji" },
|
||||
}),
|
||||
formatting = {
|
||||
format = function(_, item)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue