aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/tex.vim
blob: 7de12d332bff37159e07e5df0bcb5e349cf9e9f9 (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