return {
{
"echasnovski/mini.nvim",
event = "VeryLazy",
enabled = true,
config = function()
require("mini.icons").setup()
require("mini.move").setup()
require("mini.ai").setup()
require("mini.surround").setup()
require("mini.pairs").setup()
--
-- HACK: The Key Commands -> for help run ;h nvim-surround.usage
--
-- Old text Command New text
-- --------------------------------------------------------------------------------
-- surr*ound_words ysiw) (surround_words)
-- *make strings ys$" "make strings"
-- [delete ar*ound me!] ds] delete around me!
-- remove HTML t*ags dst remove HTML tags
-- 'change quot*es' cs'" "change quotes"
-- or tag* types csth1 or tag types
-- delete(functi*on calls) dsf function calls
--
end,
},
}