remove copilot from cmp
This commit is contained in:
parent
b9b942b336
commit
4a7b2be154
5
init.lua
5
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',
|
||||
|
|
Loading…
Reference in New Issue