neoclide/coc-pairs

disable '<'

zzuwz opened this issue · 1 comments

zzuwz commented

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

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

Try :echo b:coc_pairs_disabled in your markdown file.