Closed zzuwz closed 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 = ['<']
Try :echo b:coc_pairs_disabled in your markdown file.
:echo b:coc_pairs_disabled
I use the command in the.config/nvim/init.vim ,can't disable the '<'
autocmd FileType markdown let b:coc_pairs_disabled = ['<']