Browse Source

Enable Latexbox continuous preview

Andrew Swistak 7 năm trước cách đây
mục cha
commit
8bd9d5bdc5
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      vimrc

+ 3 - 0
vimrc

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