Skip to content

Commit b8233f8

Browse files
committed
tweaks
1 parent aa23730 commit b8233f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

init.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ require('lazy').setup({
761761
group_index = 0,
762762
},
763763
{ name = 'nvim_lsp' },
764+
{ name = 'ruff' },
764765
{ name = 'luasnip' },
765766
{ name = 'path' },
766767
{ name = 'copilot' },
@@ -790,8 +791,8 @@ require('lazy').setup({
790791
end,
791792
},
792793

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

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

0 commit comments

Comments
 (0)