diff --git a/lua/data/deps.lua b/lua/data/deps.lua index fac64f0..ba27588 100644 --- a/lua/data/deps.lua +++ b/lua/data/deps.lua @@ -63,7 +63,7 @@ M.cmp = { "hrsh7th/cmp-path", "hrsh7th/cmp-buffer", "onsails/lspkind.nvim", - "hrsh7th/cmp-emoji", + -- "hrsh7th/cmp-emoji", "hrsh7th/cmp-cmdline", "dmitmel/cmp-cmdline-history", "teramako/cmp-cmdline-prompt.nvim", @@ -78,7 +78,7 @@ M.cmp = { "SergioRibera/cmp-dotenv", "hrsh7th/cmp-calc", "davidsierradz/cmp-conventionalcommits", - "Dynge/gitmoji.nvim", + -- "Dynge/gitmoji.nvim", } --- Gx plugin dependencies diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index c592973..9c529e5 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -123,10 +123,10 @@ return { -- cmp { name = "dotenv" }, { name = "calc" }, { name = "conventionalcommits" }, - { name = "nerd", priority = 9997 }, - { name = "gitmoji", priority = 9998 }, - { name = "emoji", priority = 9999 }, - { name = "math", priority = 9999 }, + -- { name = "nerd", priority = 9997 }, + -- { name = "gitmoji", priority = 9998 }, + -- { name = "emoji", priority = 9999 }, + -- { name = "math", priority = 9999 }, }, formatting = { fields = { "abbr", "kind", "menu" },