mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
7 lines
226 B
VimL
7 lines
226 B
VimL
" 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
|