From c8e189ff7876d1af2d79afa343c1c6228ddd9f8b Mon Sep 17 00:00:00 2001 From: Evgeni Chasnovski Date: Tue, 27 Jan 2026 16:58:30 +0200 Subject: [PATCH] fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org (#1713) --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 78f131da..a5e3e685 100644 --- a/init.lua +++ b/init.lua @@ -875,7 +875,7 @@ require('lazy').setup({ { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }, { -- Collection of various small independent plugins/modules - 'echasnovski/mini.nvim', + 'nvim-mini/mini.nvim', config = function() -- Better Around/Inside textobjects -- @@ -908,7 +908,7 @@ require('lazy').setup({ end -- ... and there is more! - -- Check out: https://github.com/echasnovski/mini.nvim + -- Check out: https://github.com/nvim-mini/mini.nvim end, }, { -- Highlight, edit, and navigate code