We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d901a3 + c1909b1 commit 8f6979dCopy full SHA for 8f6979d
init.lua
@@ -933,7 +933,7 @@ require('lazy').setup({
933
},
934
935
{ -- Collection of various small independent plugins/modules
936
- 'echasnovski/mini.nvim',
+ 'nvim-mini/mini.nvim',
937
config = function()
938
-- Better Around/Inside textobjects
939
--
@@ -964,7 +964,7 @@ require('lazy').setup({
964
statusline.section_location = function() return '%2l:%-2v' end
965
966
-- ... and there is more!
967
- -- Check out: https://github.com/echasnovski/mini.nvim
+ -- Check out: https://github.com/nvim-mini/mini.nvim
968
end,
969
970
{ -- Highlight, edit, and navigate code
0 commit comments