diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index af5eb32..3867ae3 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -13,7 +13,7 @@ end let g:AutoPairsLoaded = 1 if !exists('g:AutoPairs') - let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '```':'```', '"""':'"""', "'''":"'''", "`":"`"} + let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '```':'```', '"""':'"""', "'''":"'''", "`":"`", "<":">"} end " default pairs base on filetype