Update latexmk option (deprecation)

This commit is contained in:
Martin Potier 2017-05-29 12:02:40 +02:00
parent dc0aff716c
commit 26ff149ca7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ let plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in {
" vimtex options
let g:vimtex_fold_enabled=1
let g:vimtex_fold_manual=1
let g:vimtex_latexmk_enabled=0
let g:vimtex_compiler_enabled=0
" conceal to unicode symbols
nnoremap <leader>l :silent let &conceallevel = (&conceallevel+1)%4<CR>