diff options
author | vaskozl <vasil.zlatanov@gmail.com> | 2015-02-25 21:44:08 +0100 |
---|---|---|
committer | vaskozl <vasil.zlatanov@gmail.com> | 2015-02-25 21:44:08 +0100 |
commit | 4c464f782688c471b417c09293e49ad309964314 (patch) | |
tree | 636e3b861a22566e1a96e55364c37f32cf6f82ae /vimrc | |
parent | 7862c989c4faa65e5dc0e43ac37eca7811eb8264 (diff) | |
download | dotfiles-4c464f782688c471b417c09293e49ad309964314.tar.gz dotfiles-4c464f782688c471b417c09293e49ad309964314.tar.bz2 dotfiles-4c464f782688c471b417c09293e49ad309964314.zip |
uzbl and vimrc update
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ filetype plugin on let g:tex_flavor='latex -interaction=nonstopmode' let g:Tex_DefaultTargetFormat='pdf' let g:Tex_CompileRule_pdf = 'pdflatex -interaction nonstopmode $*' +let g:Tex_ViewRule_pdf = 'mupdf' let Tex_FoldedSections="" |