diff options
author | Camil Staps | 2016-02-19 21:55:28 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:07 +0100 |
commit | dfdd1dd15d6c338002c4aec2cef80903a4c0f654 (patch) | |
tree | ed2024c9e7385a5346a3a5f7c3d57f3f63e50ff8 /vim | |
parent | Update volume in xmobar through a logger (diff) |
--enable-pipes for vimtex
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc.symlink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index d3036bc..2c65adb 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -68,7 +68,7 @@ cabbrev pv Pv set background=light colorscheme morning -let g:vimtex_latexmk_options = '-pdf -shell-escape' +let g:vimtex_latexmk_options = '-pdf -shell-escape -enable-pipes' let g:vimtex_latexmk_file_line_error = 0 let g:tex_flavor='latex' |