perf: remove cmp sources for emoji/math/nerdfonts

NOTE: Use telescope symbols picker instead
This commit is contained in:
2024-10-14 19:14:16 -04:00
parent e6be13ac99
commit c0e512ec4f
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ M.cmp = {
"hrsh7th/cmp-path", "hrsh7th/cmp-path",
"hrsh7th/cmp-buffer", "hrsh7th/cmp-buffer",
"onsails/lspkind.nvim", "onsails/lspkind.nvim",
"hrsh7th/cmp-emoji", -- "hrsh7th/cmp-emoji",
"hrsh7th/cmp-cmdline", "hrsh7th/cmp-cmdline",
"dmitmel/cmp-cmdline-history", "dmitmel/cmp-cmdline-history",
"teramako/cmp-cmdline-prompt.nvim", "teramako/cmp-cmdline-prompt.nvim",
@@ -78,7 +78,7 @@ M.cmp = {
"SergioRibera/cmp-dotenv", "SergioRibera/cmp-dotenv",
"hrsh7th/cmp-calc", "hrsh7th/cmp-calc",
"davidsierradz/cmp-conventionalcommits", "davidsierradz/cmp-conventionalcommits",
"Dynge/gitmoji.nvim", -- "Dynge/gitmoji.nvim",
} }
--- Gx plugin dependencies --- Gx plugin dependencies
+4 -4
View File
@@ -123,10 +123,10 @@ return { -- cmp
{ name = "dotenv" }, { name = "dotenv" },
{ name = "calc" }, { name = "calc" },
{ name = "conventionalcommits" }, { name = "conventionalcommits" },
{ name = "nerd", priority = 9997 }, -- { name = "nerd", priority = 9997 },
{ name = "gitmoji", priority = 9998 }, -- { name = "gitmoji", priority = 9998 },
{ name = "emoji", priority = 9999 }, -- { name = "emoji", priority = 9999 },
{ name = "math", priority = 9999 }, -- { name = "math", priority = 9999 },
}, },
formatting = { formatting = {
fields = { "abbr", "kind", "menu" }, fields = { "abbr", "kind", "menu" },