mirror of
https://github.com/jiangmiao/auto-pairs.git
synced 2025-04-22 21:24:03 +08:00
add '<':'>' to g:AutoPairs
Signed-off-by: Justin <admin@zygotee.com>
This commit is contained in:
parent
b647ef54cd
commit
752f77a426
@ -13,7 +13,7 @@ end
|
||||
let g:AutoPairsLoaded = 1
|
||||
|
||||
if !exists('g:AutoPairs')
|
||||
let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '`':'`'}
|
||||
let g:AutoPairs = {'(':')', '[':']', '{':'}', '<':'>', "'":"'",'"':'"', '`':'`'}
|
||||
end
|
||||
|
||||
if !exists('g:AutoPairsParens')
|
||||
|
Loading…
x
Reference in New Issue
Block a user