From 7b96badac26e396763f536aa7a3320116b91cb65 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 5 Mar 2025 15:26:32 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20=20Cleaned(cmp):=20remo?= =?UTF-8?q?ve=20old=20commented=20cmp=20source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/cmp.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index 2ccd8d2..ab0d4cc 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -225,7 +225,6 @@ return { end, { 'i', 's' }), }), sources = { - -- { name = 'ecolog' }, { name = 'nvim_lsp', priority = 1000 }, { name = 'luasnip', priority = 750 }, { name = 'path', priority = 250 },