pull/1409/head
0x4D5352 3 months ago
parent aa23730777
commit b8233f8abe

@ -761,6 +761,7 @@ require('lazy').setup({
group_index = 0,
},
{ name = 'nvim_lsp' },
{ name = 'ruff' },
{ name = 'luasnip' },
{ name = 'path' },
{ name = 'copilot' },
@ -790,8 +791,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…
Cancel
Save