diff options
author | Sebastian Reichel <sre@ring0.de> | 2015-12-06 10:29:46 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2015-12-06 10:29:46 +0100 |
commit | ab8ca21ea69494c5941c53fae71b715c131e11bd (patch) | |
tree | 84c3901ea331b89cf5de29402a226a737f95808e | |
parent | ac00df15b36314e54da341895e09d49f4cd7c898 (diff) | |
download | vim-config-ab8ca21ea69494c5941c53fae71b715c131e11bd.tar.bz2 |
handle *.tex files as LaTeX
-rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |