fix(mini.nvim): update repository source of mini.nvim

Update the  source repository address to reflect the new mini.nvim organization.
This commit is contained in:
2025-09-01 14:36:01 -04:00
parent 0d079826b0
commit 8cbd71bbbb
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ return {
lazy = true,
cond = require('data.func').check_global_var('useoil', true, true),
-- Optional dependencies
dependencies = { { 'echasnovski/mini.icons', opts = {} } },
dependencies = { { 'nvim-mini/mini.icons', opts = {} } },
},
{ -- Utlities Framework
'jrop/u.nvim',