mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +00:00
15 lines
214 B
Lua
15 lines
214 B
Lua
|
return {
|
||
|
{
|
||
|
'echasnovski/mini.surround',
|
||
|
opts = {
|
||
|
mappings = {
|
||
|
add = "ys",
|
||
|
delete = "ds",
|
||
|
replace = "cs",
|
||
|
find = "yfs",
|
||
|
find_left = "yfS",
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|