Skip to content

Commit 8f6979d

Browse files
authored
Merge pull request #15 from echasnovski/transfer-mini
fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org
2 parents 3d901a3 + c1909b1 commit 8f6979d

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
@@ -933,7 +933,7 @@ require('lazy').setup({
933933
},
934934

935935
{ -- Collection of various small independent plugins/modules
936-
'echasnovski/mini.nvim',
936+
'nvim-mini/mini.nvim',
937937
config = function()
938938
-- Better Around/Inside textobjects
939939
--
@@ -964,7 +964,7 @@ require('lazy').setup({
964964
statusline.section_location = function() return '%2l:%-2v' end
965965

966966
-- ... and there is more!
967-
-- Check out: https://github.com/echasnovski/mini.nvim
967+
-- Check out: https://github.com/nvim-mini/mini.nvim
968968
end,
969969
},
970970
{ -- Highlight, edit, and navigate code

0 commit comments

Comments
 (0)