feat(cmp): added cmp-emoji

This commit is contained in:
Folke Lemaitre
2023-01-02 09:49:32 +01:00
parent 2abd569ff2
commit 0624811b3b

View File

@ -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)