diff --git a/init.lua b/init.lua index 82ea486c..3a2ed7a8 100644 --- a/init.lua +++ b/init.lua @@ -933,7 +933,7 @@ require('lazy').setup({ }, { -- Collection of various small independent plugins/modules - 'echasnovski/mini.nvim', + 'nvim-mini/mini.nvim', config = function() -- Better Around/Inside textobjects -- @@ -964,7 +964,7 @@ require('lazy').setup({ statusline.section_location = function() return '%2l:%-2v' 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