diff options
Diffstat (limited to '')
-rw-r--r-- | .vim/after/ftplugin/tex.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vim/after/ftplugin/tex.vim b/.vim/after/ftplugin/tex.vim index 6f44a3c..e727ab8 100644 --- a/.vim/after/ftplugin/tex.vim +++ b/.vim/after/ftplugin/tex.vim @@ -1,2 +1,3 @@ -" disable annoying {{ completion +" disable annoying {{ and (( completion call IMAP('{{', '{{', 'tex') +call IMAP('((', '((', 'tex') |