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.
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.