aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/.vimrc10
1 files changed, 8 insertions, 2 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 5336745..4f27592 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -90,8 +90,14 @@ let g:syntastic_mode_map = {
\ "passive_filetpyes": [] }
" VimTeX
-let g:vimtex_latexmk_callback = 0
-let g:vimtex_latexmk_options = '-pdf -shell-escape -enable-pipes'
+let g:vimtex_compiler_latexmk = {
+ \ 'callback': 0,
+ \ 'options': [
+ \ '-pdf',
+ \ '-shell-escape',
+ \ '-enable-pipes',
+ \ ],
+ \ }
let g:vimtex_latexmk_file_line_error = 0
let g:tex_flavor='latex'