feat(cmp): added cmp-emoji

This commit is contained in:
Folke Lemaitre 2023-01-02 09:49:32 +01:00
parent 2abd569ff2
commit 0624811b3b
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -19,6 +19,7 @@ return {
"hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer", "hrsh7th/cmp-buffer",
"hrsh7th/cmp-path", "hrsh7th/cmp-path",
"hrsh7th/cmp-emoji",
"saadparwaiz1/cmp_luasnip", "saadparwaiz1/cmp_luasnip",
}, },
@ -62,6 +63,7 @@ return {
{ name = "luasnip" }, { name = "luasnip" },
{ name = "buffer" }, { name = "buffer" },
{ name = "path" }, { name = "path" },
{ name = "emoji" },
}), }),
formatting = { formatting = {
format = function(_, item) format = function(_, item)