neoclide / coc-pairs

Basic auto pairs extension of coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined variable: pairs

yaohunzhanyue opened this issue · comments

I'm trying to change default option using:

let pairs.disableLanguages = []
let pairs.enableCharacters = ["(", "[", "{", "<", "'", "\"", "`"]

But I got undefined variable message, what's the right way to change options?

They're configuration in coc-settings.json.