neoclide / coc-pairs

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

disable '<' #81

Closed zzuwz closed 2 years ago

zzuwz commented 2 years ago

I use the command in the.config/nvim/init.vim ,can't disable the '<'

autocmd FileType markdown let b:coc_pairs_disabled = ['<']

chemzqm commented 2 years ago

Try :echo b:coc_pairs_disabled in your markdown file.