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',