blob: ffe4bf3b545d9daec513530496dd209f5330c5bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
return {
"echasnovski/mini.surround",
event = "VeryLazy",
config = function()
require("mini.surround").setup({
mappings = {
add = 'ys',
delete = 'ds',
find = '',
find_left = '',
highlight = '',
replace = '',
update_n_lines = '',
-- Add this only if you don't want to use extended mappings
suffix_last = '',
suffix_next = '',
}
})
end
}
|