diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-12 00:51:44 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-12 00:51:44 +0800 |
| commit | 37e9487076d3fec7c26850ed50fbe33caae71665 (patch) | |
| tree | 397ccb779a228f29dd51d53dabf47fdf7e9f3220 /after/ftplugin/tex.vim | |
| parent | 082a8ab6b5098bbc831bbe4fe0727dff5053f431 (diff) | |
Use delimitMate instead of auto-pairs
Diffstat (limited to 'after/ftplugin/tex.vim')
| -rw-r--r-- | after/ftplugin/tex.vim | 5 |
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 |
