Commit fe3e07d1 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add angle-bracket auto-pairs for XML & HTML in Vim

parent e152700c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
setl sw=2 ts=2 sts=2
source ~/.vim/after/ftplugin/xml.vim
+2 −0
Original line number Diff line number Diff line
let b:AutoPairs = copy(g:AutoPairs)
let b:AutoPairs['<'] = '>'