aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/tex.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-12 00:51:44 +0800
committerjdhao <jdhao@hotmail.com>2021-08-12 00:51:44 +0800
commit37e9487076d3fec7c26850ed50fbe33caae71665 (patch)
tree397ccb779a228f29dd51d53dabf47fdf7e9f3220 /after/ftplugin/tex.vim
parent082a8ab6b5098bbc831bbe4fe0727dff5053f431 (diff)
Use delimitMate instead of auto-pairs
Diffstat (limited to 'after/ftplugin/tex.vim')
-rw-r--r--after/ftplugin/tex.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/after/ftplugin/tex.vim b/after/ftplugin/tex.vim
index 87281a6..868f4e6 100644
--- a/after/ftplugin/tex.vim
+++ b/after/ftplugin/tex.vim
@@ -1,6 +1 @@
-" 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