Add python strings

This commit is contained in:
Jeong Arm 2020-03-26 11:38:37 +09:00
parent 39f06b873a
commit 7921bf72ce

View File

@ -13,7 +13,7 @@ end
let g:AutoPairsLoaded = 1
if !exists('g:AutoPairs')
let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '```':'```', '"""':'"""', "'''":"'''", "`":"`"}
let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '```':'```', '"""':'"""', "'''":"'''", "`":"`", "b'":"'", "f'":"'", "r'":"'"}
end
" default pairs base on filetype