Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ require('lazy').setup({
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },

{ -- Collection of various small independent plugins/modules
'echasnovski/mini.nvim',
'nvim-mini/mini.nvim',
config = function()
-- Better Around/Inside textobjects
--
Expand Down Expand Up @@ -935,7 +935,7 @@ require('lazy').setup({
end

-- ... and there is more!
-- Check out: https://github.com/echasnovski/mini.nvim
-- Check out: https://github.com/nvim-mini/mini.nvim
end,
},
{ -- Highlight, edit, and navigate code
Expand Down