1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Simplify init.vim and move settings to autoload and after directory

This commit is contained in:
jdhao
2019-09-12 21:29:00 +08:00
parent c0d82c312c
commit 6428422cbd
6 changed files with 175 additions and 226 deletions

6
after/ftplugin/tex.vim Normal file
View File

@@ -0,0 +1,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