neoclide / coc-pairs

Basic auto pairs extension of coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to replace brackets?

turkus opened this issue · comments

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!