neoclide / coc-pairs

Basic auto pairs extension of coc.nvim
297 stars 14 forks source link

How to replace brackets? #88

Open turkus opened 1 year ago

turkus commented 1 year ago

Hi,

thank for such a great extension. Is it an option to change brackets in case of using vim replace mode?

So when having:

{
}

by editing first bracket

[
}

to have when exiting replace mode smth like that:

[
]

?

Thanks in advance!