summaryrefslogtreecommitdiff
path: root/.vim/after/ftplugin/tex.vim
blob: e727ab8d663b62734280728bc1dd4d45e723c671 (plain)
1
2
3
" disable annoying {{ and (( completion
call IMAP('{{', '{{', 'tex')
call IMAP('((', '((', 'tex')