diff options
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |