summaryrefslogtreecommitdiffstats
path: root/ftplugin/tex_latexSuite.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-09-13 17:28:18 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2013-09-13 17:28:18 +0200
commit303837b5be695ea56a45c9e508abf3dbaefa7ca0 (patch)
tree1aa2b6583bcdd6531ec958a124929789c2dea40a /ftplugin/tex_latexSuite.vim
parent3e9a36e388dc9850747c7ba8e1e247245dc0eec1 (diff)
downloadvim-polyglot-303837b5be695ea56a45c9e508abf3dbaefa7ca0.tar.gz
vim-polyglot-303837b5be695ea56a45c9e508abf3dbaefa7ca0.zip
Add latex support
Diffstat (limited to 'ftplugin/tex_latexSuite.vim')
-rw-r--r--ftplugin/tex_latexSuite.vim13
1 files changed, 13 insertions, 0 deletions
diff --git a/ftplugin/tex_latexSuite.vim b/ftplugin/tex_latexSuite.vim
new file mode 100644
index 00000000..7ad5acc2
--- /dev/null
+++ b/ftplugin/tex_latexSuite.vim
@@ -0,0 +1,13 @@
+" LaTeX filetype
+" Language: LaTeX (ft=tex)
+" Maintainer: Srinath Avadhanula
+" Email: srinath@fastmail.fm
+
+if !exists('s:initLatexSuite')
+ let s:initLatexSuite = 1
+ exec 'so '.fnameescape(expand('<sfile>:p:h').'/latex-suite/main.vim')
+
+ silent! do LatexSuite User LatexSuiteInitPost
+endif
+
+silent! do LatexSuite User LatexSuiteFileType