k-takata / minpac

A minimal package manager for Vim 8+ (and Neovim)
835 stars 30 forks source link

Fix that Vim is blocked when more than 8 plugins are registered #145

Closed k-takata closed 2 years ago

k-takata commented 2 years ago

Fix #108.

Don't use sleep to wait jobs. Also use redraw to update the progress window timely.