about summary refs log tree commit diff
path: root/vim/.vim/after/ftplugin/tex.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/after/ftplugin/tex.vim')
-rw-r--r--vim/.vim/after/ftplugin/tex.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/.vim/after/ftplugin/tex.vim b/vim/.vim/after/ftplugin/tex.vim
index 7ddf8a2..fe8cfef 100644
--- a/vim/.vim/after/ftplugin/tex.vim
+++ b/vim/.vim/after/ftplugin/tex.vim
@@ -2,6 +2,5 @@
 "setlocal listchars=eol:$ ambiwidth=double
 "let g:tex_conceal='abdmg'
 let g:tex_flavor='latex'
-let g:vimtex_compiler_latexrun_engines='lualatex'
-let g:vimtex_indent_enabled = 0
+let g:vimtex_indent_enabled=0
 let g:vimtex_quickfix_mode=0