Skip to content

Commit

Permalink
feat(cmp): added cmp-emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 2, 2023
1 parent 2abd569 commit 0624811
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/lazyvim/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ return {
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",
"hrsh7th/cmp-path",
"hrsh7th/cmp-emoji",
"saadparwaiz1/cmp_luasnip",
},

Expand Down Expand Up @@ -62,6 +63,7 @@ return {
{ name = "luasnip" },
{ name = "buffer" },
{ name = "path" },
{ name = "emoji" },
}),
formatting = {
format = function(_, item)
Expand Down

0 comments on commit 0624811

Please sign in to comment.