summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index afa6386..46e134c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -135,6 +135,7 @@ let python_highlight_space_errors = 1
" default to latex for .tex files
let g:tex_flavor = "latex"
+let g:Tex_DefaultTargetFormat="pdf"
" do not do concealment in .tex files -- just too slow (and ugly)
let g:tex_conceal = ""