From ab8ca21ea69494c5941c53fae71b715c131e11bd Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sun, 6 Dec 2015 10:29:46 +0100 Subject: handle *.tex files as LaTeX --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 78f7ea8..3eac914 100644 --- a/vimrc +++ b/vimrc @@ -144,5 +144,8 @@ filetype plugin on " git branch in ruler set rulerformat=%33(%{fugitive#statusline()}%=%10(%l,%c%V%=%5(%p%%%)%)%) +" tex = latex +let g:tex_flavor='latex' + " debian/control indents must be spaces autocmd FileType debcontrol set expandtab -- cgit v1.2.3