From 9907fbd8125c06ea659009403e9f79a1ee9470d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 27 May 2020 20:57:26 +0200 Subject: Remove vim-latex configs --- .vimrc | 15 --------------- 1 file changed, 15 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 19a165f..58aa4d1 100644 --- a/.vimrc +++ b/.vimrc @@ -126,21 +126,6 @@ let g:python_highlight_builtin_funcs_kwarg=0 let g:python_highlight_all = 1 let g:python_highlight_space_errors = 1 -" default to latex for .tex files -let g:tex_flavor = "latex" -let g:Tex_DefaultTargetFormat="pdf" -let g:Tex_ViewRule_pdf = "zathura" - -" do not do concealment in .tex files -- just too slow (and ugly) -let g:tex_conceal = "" - -" remove some unneeded stuff from vim-latex -let g:Tex_PromptedEnvironments = "" -let g:Tex_HotKeyMappings = "" -let g:Tex_EnvironmentMaps = 0 " use UltiSnips for this task -let g:Tex_FontMaps = 0 -let g:Tex_SectionMaps = 0 - " use pipes instead of temp files let g:GPGUsePipes = 1 -- cgit v1.2.3