Merge upstream: fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org (#1713)

This commit is contained in:
Damjan 9000 2026-03-15 12:12:28 +01:00
commit 5a7a219940

View File

@ -1,6 +1,6 @@
return { return {
{ -- Collection of various small independent plugins/modules { -- Collection of various small independent plugins/modules
'echasnovski/mini.nvim', 'nvim-mini/mini.nvim',
config = function() config = function()
-- Better Around/Inside textobjects -- Better Around/Inside textobjects
-- --
@ -33,7 +33,7 @@ return {
end end
-- ... and there is more! -- ... and there is more!
-- Check out: https://github.com/echasnovski/mini.nvim -- Check out: https://github.com/nvim-mini/mini.nvim
end, end,
}, },
} }