neoclide / coc-pairs

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

How to enable coc-pairs for only one language? #67

Closed Congee closed 4 years ago

Congee commented 4 years ago

Apparently, disableLanguages is not the way to go. b:coc_pairs with autocmd FileType shows me no luck, either? So, is there a workaround?

chemzqm commented 4 years ago

There's only pairs.disableLanguages configuration.

Congee commented 4 years ago

So, impossible