From 04cf00435f266bb58870dac7a776e8e1440d35f6 Mon Sep 17 00:00:00 2001 From: Phil Date: Mon, 27 Oct 2025 15:36:47 +0100 Subject: [PATCH] Update init.lua echasnovski -> nvim-mini mini now has a dedicated organization --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index b98ffc61..f02fefad 100644 --- a/init.lua +++ b/init.lua @@ -902,7 +902,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 -- @@ -935,7 +935,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