From b8233f8abe5eac26e7658b7dcdca129f7abac407 Mon Sep 17 00:00:00 2001 From: 0x4D5352 <67082011+0x4D5352@users.noreply.github.com> Date: Tue, 25 Feb 2025 22:39:00 -0600 Subject: [PATCH] tweaks --- init.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 5dd48d77..e26b90bc 100644 --- a/init.lua +++ b/init.lua @@ -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',