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