neoclide / coc-pairs

Basic auto pairs extension of coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disable '<'

zzuwz opened this issue · comments

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.