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