neoclide / coc-pairs

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

Support Chinese characters #48

Open yaohunzhanyue opened 4 years ago

yaohunzhanyue commented 4 years ago

such as: 《》、【】、「」、『』 I have tried setting blow in coc-setting.json:

{
  "pairs.enableCharacters": ["(", "[", "{", "<", "'", "\"", "`", "《", "「"],
}

But it didn't work.

chemzqm commented 4 years ago

Should be easy