diff --git a/README.md b/README.md index 52a1dc4..51bd813 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,6 @@ Compatible with viki - [issue #25](https://github.com/jiangmiao/auto-pairs/issue Solution A: add `autocmd filetype viki inoremap =viki#ExprMarkInexistentInElement('ParagraphVisible',"\n")=AutoPairsReturn()` to .vimrc It will make viki and auto-pairs works together. Solution B: add `let g:AutoPairsMapCR = 0` to .vimrc to disable `` mapping. - It will auto-pairs will no remap '' Remarks: Solution A need NOT add `let g:AutoPairsMapCR = 0` to .vimrc, if Solution A still cannot work, then have to use Solution B to disable auto-pairs ``. Breaks '.' - [issue #3](https://github.com/jiangmiao/auto-pairs/issues/3)