From cba78925da6260dd32994a01daba640c16253de8 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 31 May 2017 08:52:51 +0000 Subject: Update vimtex options for new structure --- vim/.vimrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'vim/.vimrc') 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' -- cgit v1.2.3