remove copilot from cmp

This commit is contained in:
0x4D5352 2025-03-12 10:21:11 -05:00
parent b9b942b336
commit 4a7b2be154
1 changed files with 2 additions and 3 deletions

View File

@ -764,7 +764,6 @@ require('lazy').setup({
{ name = 'ruff' }, { name = 'ruff' },
{ name = 'luasnip' }, { name = 'luasnip' },
{ name = 'path' }, { name = 'path' },
{ name = 'copilot' },
{ name = 'buffer' }, { name = 'buffer' },
}, },
} }
@ -791,8 +790,8 @@ require('lazy').setup({
end, end,
}, },
-- Highlight todo, notes, etc in comments -- Highlight todo, notes, etc in comments
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }, { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
{ -- Collection of various small independent plugins/modules { -- Collection of various small independent plugins/modules
'echasnovski/mini.nvim', 'echasnovski/mini.nvim',