agda-vim
agda-vim copied to clipboard
Make Agda usage (or at least Agsy usage) asynchronous
Using something like vimproc may(?) provide a mechanism to avoid the UI becoming unresponsive for long running commands (in particular auto).
Vim 8 has added some asynchronous I/O functionality, so it may be possible to do this without any plugin.
Working on this in pull request #46.