gerw / vim-latex-suite

71 stars 16 forks source link

Compile TeX-file using the asyncronous capability of vim 8 #31

Closed cristobaltapia closed 1 year ago

cristobaltapia commented 7 years ago

I was thinking that it would be nice if the plugin would compile the tex-file asyncronously. It should be pretty easy using the AsyncRun plugin [1].

[1] https://github.com/skywind3000/asyncrun.vim

gerw commented 7 years ago

Yes, this could be a nice idea. However, I use latexmk for continuous compilation (in another terminal window). Hence, I will not implement this.

cristobaltapia commented 7 years ago

I use it, too :P . I just was not sure if it was better to have it incorporated or not.