diff options
Diffstat (limited to 'ftplugin/tex_LatexBox.vim')
-rw-r--r-- | ftplugin/tex_LatexBox.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/tex_LatexBox.vim b/ftplugin/tex_LatexBox.vim index 2945851d..6c8899a6 100644 --- a/ftplugin/tex_LatexBox.vim +++ b/ftplugin/tex_LatexBox.vim @@ -1,3 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'latex') == -1 + " LaTeX Box plugin for Vim " Maintainer: David Munger " Email: mungerd@gmail.com @@ -31,3 +33,5 @@ if !exists('b:LatexBox_loaded') endif " vim:fdm=marker:ff=unix:noet:ts=4:sw=4 + +endif |