summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
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"