neoclide/coc-pairs

enable |

Opened this issue · 0 comments

autocmd FileType rust let b:coc_pairs = [["|", "|"]]
In rust it's very often used, any advice how to enable that?

And by the way, backspace for custom pairs doesn't work?
I've tried like that: autocmd FileType rust let b:coc_pairs = [["b", "b"]]