fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org

pull/1713/head
Evgeni Chasnovski 7 days ago
parent 3338d39206
commit c1909b1cd0
No known key found for this signature in database
GPG Key ID: BB32E27DDF942DFB

@ -902,7 +902,7 @@ require('lazy').setup({
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }, { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
{ -- Collection of various small independent plugins/modules { -- Collection of various small independent plugins/modules
'echasnovski/mini.nvim', 'nvim-mini/mini.nvim',
config = function() config = function()
-- Better Around/Inside textobjects -- Better Around/Inside textobjects
-- --
@ -935,7 +935,7 @@ require('lazy').setup({
end end
-- ... and there is more! -- ... and there is more!
-- Check out: https://github.com/echasnovski/mini.nvim -- Check out: https://github.com/nvim-mini/mini.nvim
end, end,
}, },
{ -- Highlight, edit, and navigate code { -- Highlight, edit, and navigate code

Loading…
Cancel
Save