From 82fc937d643c5656337740632d5c16523aa6baee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 14 Dec 2010 21:11:20 +0100 Subject: Fix slow tex-edit mode --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 5e55073..7f96edf 100644 --- a/.vimrc +++ b/.vimrc @@ -115,6 +115,9 @@ let python_highlight_space_errors = 1 " default to latex for .tex files let g:tex_flavor = "latex" +" do not do concealment in .tex files -- just too slow (and ugly) +let g:tex_conceal = "" + " haskell stuff au BufEnter *.hs compiler ghc let g:haddock_browser = "firefox" -- cgit v1.2.3