fannheyward / coc-texlab

TexLab extension for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[enhancement] feedback when build has started

mvcouwen opened this issue · comments

Would it be possible to get some feedback when texlab has started to build the tex-file? Currently, we only get a result as [coc.nvim] Build success when the build has finished. However, it can take a while for a large file to build. Therefore, I would prefer to additionally get a message (something like [coc.nvim] Build started) immediately after the build is triggered just to be sure that the build has started. Would this be feasible?

Awesome work! Thanks!