mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 14:03:50 -05:00
Add latex support
This commit is contained in:
13
ftplugin/tex_latexSuite.vim
Normal file
13
ftplugin/tex_latexSuite.vim
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user