summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-12-14 21:11:20 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-12-14 21:11:22 +0100
commit82fc937d643c5656337740632d5c16523aa6baee (patch)
tree8b1c66f5e3b161e3f3b3e210911d620e59140722 /.vimrc
parent520cedf3d056c3f4c697a4d8750f535514fb201a (diff)
downloaddotfiles-82fc937d643c5656337740632d5c16523aa6baee.tar.gz
dotfiles-82fc937d643c5656337740632d5c16523aa6baee.tar.bz2
dotfiles-82fc937d643c5656337740632d5c16523aa6baee.zip
Fix slow tex-edit 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"