Skip to content

Commit 4a7b2be

Browse files
committed
remove copilot from cmp
1 parent b9b942b commit 4a7b2be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

init.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,6 @@ require('lazy').setup({
764764
{ name = 'ruff' },
765765
{ name = 'luasnip' },
766766
{ name = 'path' },
767-
{ name = 'copilot' },
768767
{ name = 'buffer' },
769768
},
770769
}
@@ -791,8 +790,8 @@ require('lazy').setup({
791790
end,
792791
},
793792

794-
-- Highlight todo, notes, etc in comments
795-
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
793+
-- Highlight todo, notes, etc in comments
794+
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
796795

797796
{ -- Collection of various small independent plugins/modules
798797
'echasnovski/mini.nvim',

0 commit comments

Comments
 (0)