added surround plugin

This commit is contained in:
pr0c3550r 2023-02-16 21:35:41 +01:00
parent 29f3fa35dd
commit 6b80258e4e

View file

@ -0,0 +1,20 @@
return {
{
"echasnovski/mini.surround",
event = "VeryLazy",
opts = {
mappings = {
add = "gza",
delete = "gzd",
find = "gzf",
find_left = "gzF",
highlight = "gzh",
replace = "gzr",
update_n_lines = "gzn",
},
},
config = function (_, opts)
require("mini.surround").setup(opts)
end,
}
}