perf: remove cmp sources for emoji/math/nerdfonts
NOTE: Use telescope symbols picker instead
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
+4
-4
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user