about summary refs log tree commit diff
path: root/vim/.vim/after
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-10-31 20:41:43 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-10-31 20:41:43 +0700
commitd510a821657190ed3f8778eda7d64c163c4c290c (patch)
tree8bdf8ae25ecc4063cdde05de3abe4c9bf45159f2 /vim/.vim/after
parent9d11a8bbdf57442098f180d69eb9cd28e57c9371 (diff)
downloaddotfiles-d510a821657190ed3f8778eda7d64c163c4c290c.tar.gz
Update 2019-10-31
Diffstat (limited to 'vim/.vim/after')
-rw-r--r--vim/.vim/after/ftplugin/tex.vim7
1 files changed, 4 insertions, 3 deletions
diff --git a/vim/.vim/after/ftplugin/tex.vim b/vim/.vim/after/ftplugin/tex.vim
index 8d69096..7ddf8a2 100644
--- a/vim/.vim/after/ftplugin/tex.vim
+++ b/vim/.vim/after/ftplugin/tex.vim
@@ -1,6 +1,7 @@
-setlocal conceallevel=2
-setlocal listchars=eol:$ ambiwidth=double
-let g:tex_conceal='abdmg'
+"setlocal conceallevel=2
+"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_quickfix_mode=0