mirror of
https://github.com/jiangmiao/auto-pairs.git
synced 2025-04-22 04:41:00 +08:00
add angle brackets
This commit is contained in:
parent
39f06b873a
commit
cc3cc89519
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user