Skip to content

Commit c8e189f

Browse files
authored
fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org (nvim-lua#1713)
1 parent ad246eb commit c8e189f

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
@@ -875,7 +875,7 @@ require('lazy').setup({
875875
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
876876

877877
{ -- Collection of various small independent plugins/modules
878-
'echasnovski/mini.nvim',
878+
'nvim-mini/mini.nvim',
879879
config = function()
880880
-- Better Around/Inside textobjects
881881
--
@@ -908,7 +908,7 @@ require('lazy').setup({
908908
end
909909

910910
-- ... and there is more!
911-
-- Check out: https://github.com/echasnovski/mini.nvim
911+
-- Check out: https://github.com/nvim-mini/mini.nvim
912912
end,
913913
},
914914
{ -- Highlight, edit, and navigate code

0 commit comments

Comments
 (0)