Browse Source

Enable Latexbox continuous preview

Andrew Swistak 7 năm trước cách đây
mục cha
commit
5db72c232a
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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