Coqtail
Coqtail copied to clipboard
Support Asynchronous Editing
CoqIDE supports asynchronous editing of files where one can work on a later part of a file while the earlier parts are checked in the background. It would be cool to support this too.
https://github.com/ianding1/coqide.vim This (now unmaintained) plugin supports async proof/editing like CoqIDE and VsCoq.
Thanks for the pointer, I'll take a look and try to see if their approach will work for Coqtail. I definitely want to finish #188 before making a change like that though and then I'd need to wait until I have a bit more free time. Though if someone else is feeling motivated before that happens I'd be happy to help plan out the implementation and then let them work on it.