luk400 / vim-jukit

Jupyter-Notebook inspired Neovim/Vim Plugin
MIT License
587 stars 23 forks source link

Feature Request: async file conversion #78

Open igorlfs opened 1 year ago

igorlfs commented 1 year ago

Hello there,

Suppose I have a large python file that I want to convert to a PDF. With the current implementation, if I try to make this conversion, vim will hang for a while, as it makes the generates the document. Given this use case, asynchronous conversion would be nice.