From 4a7b2be154ef064e1b8a5950e2623f74d9b129e9 Mon Sep 17 00:00:00 2001 From: 0x4D5352 <67082011+0x4D5352@users.noreply.github.com> Date: Wed, 12 Mar 2025 10:21:11 -0500 Subject: [PATCH] remove copilot from cmp --- init.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index e26b90bc..c7ae7805 100644 --- a/init.lua +++ b/init.lua @@ -764,7 +764,6 @@ require('lazy').setup({ { name = 'ruff' }, { name = 'luasnip' }, { name = 'path' }, - { name = 'copilot' }, { name = 'buffer' }, }, } @@ -791,8 +790,8 @@ require('lazy').setup({ end, }, - -- Highlight todo, notes, etc in comments - { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }, + -- Highlight todo, notes, etc in comments + { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }, { -- Collection of various small independent plugins/modules 'echasnovski/mini.nvim',