Selaa lähdekoodia

Enable Latexbox continuous preview

Andrew Swistak 7 vuotta sitten
vanhempi
commit
5db72c232a
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      vimrc

+ 3 - 0
vimrc

@@ -474,3 +474,6 @@ function! YcmOnDeleteChar()
   endif
   return ""
 endfunction
+
+let g:LatexBox_latexmk_async = 1
+let g:LatexBox_latexmk_preview_continuously = 1