Merge pull request #15 from echasnovski/transfer-mini

fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org
pull/1627/head
Ori Perry 5 days ago committed by GitHub
commit 8f6979dcd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -933,7 +933,7 @@ require('lazy').setup({
}, },
{ -- 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
-- --
@ -964,7 +964,7 @@ require('lazy').setup({
statusline.section_location = function() return '%2l:%-2v' end statusline.section_location = function() return '%2l:%-2v' 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