Skip to content

Commit c1909b1

Browse files
committed
fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org
1 parent 3338d39 commit c1909b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ require('lazy').setup({
902902
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
903903

904904
{ -- Collection of various small independent plugins/modules
905-
'echasnovski/mini.nvim',
905+
'nvim-mini/mini.nvim',
906906
config = function()
907907
-- Better Around/Inside textobjects
908908
--
@@ -935,7 +935,7 @@ require('lazy').setup({
935935
end
936936

937937
-- ... and there is more!
938-
-- Check out: https://github.com/echasnovski/mini.nvim
938+
-- Check out: https://github.com/nvim-mini/mini.nvim
939939
end,
940940
},
941941
{ -- Highlight, edit, and navigate code

0 commit comments

Comments
 (0)