if I type ", it inserts the closing " automatically. However, if I immediately press , the closing " remains. This behavior is not replicated for other pairs, i.e. typing '<BS> results in no characters on screen, similarly for {<BS>. Note that the output of verbose imap <bs> indicates that is being mapped in coc.vim file, specifically function! coc#_insert_key (which I believe enables the other, currently-working auto-pairs behavior)
if I type, the closing behavior)
"
, it inserts the closing"
automatically. However, if I immediately press"
remains. This behavior is not replicated for other pairs, i.e. typing'<BS>
results in no characters on screen, similarly for{<BS>
. Note that the output ofverbose imap <bs>
indicates that is being mapped in coc.vim file, specificallyfunction! coc#_insert_key
(which I believe enables the other, currently-working auto-pairsI am using homebrew-installed vim version 9.0
coc.nvim version: 0.0.82-3014125e 2023-04-11 14:28:54 +0800