blob: 6e6a7ca3f2c68747c07aaecd8dac4cbb0fb3f8d9 (
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
|