mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-02-11 21:08:50 +00:00
fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org (#1713)
This commit is contained in:
parent
ad246eb5dd
commit
c8e189ff78
4
init.lua
4
init.lua
@ -875,7 +875,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
|
||||
--
|
||||
@ -908,7 +908,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user