From 37e9487076d3fec7c26850ed50fbe33caae71665 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 12 Aug 2021 00:51:44 +0800 Subject: Use delimitMate instead of auto-pairs --- after/ftplugin/tex.vim | 5 ----- 1 file changed, 5 deletions(-) (limited to 'after/ftplugin/tex.vim') 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 -- cgit v1.2.3