mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
7 lines
214 B
VimL
7 lines
214 B
VimL
" Only use the following character pairs for tex file
|
|
if &runtimepath =~? 'auto-pairs'
|
|
let b:AutoPairs = AutoPairsDefine({'<' : '>'})
|
|
let b:AutoPairs = {'(':')', '[':']', '{':'}', '<':'>'}
|
|
endif
|
|
set textwidth=79
|