aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/tex.vim
blob: 1181e79d2f76ea631bb020a8cc3620039998a3a2 (plain)
1
2
3
4
5
6
" Only use the following character pairs for tex file
if &runtimepath =~? 'auto-pairs'
	let b:AutoPairs = AutoPairsDefine({'<' : '>'})
	let b:AutoPairs = {'(':')', '[':']', '{':'}', '<':'>'}
endif
set textwidth=79