|
|
@ -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
|
|
|
|