Skip to content

Commit 2087da9

Browse files
echasnovskih-phil
authored andcommitted
fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org (nvim-lua#1713)
1 parent a6be21f commit 2087da9

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

880880
{ -- Collection of various small independent plugins/modules
881-
'echasnovski/mini.nvim',
881+
'nvim-mini/mini.nvim',
882882
config = function()
883883
-- Better Around/Inside textobjects
884884
--
@@ -911,7 +911,7 @@ require('lazy').setup({
911911
end
912912

913913
-- ... and there is more!
914-
-- Check out: https://github.com/echasnovski/mini.nvim
914+
-- Check out: https://github.com/nvim-mini/mini.nvim
915915
end,
916916
},
917917
{ -- Highlight, edit, and navigate code

0 commit comments

Comments
 (0)