mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:40:05 +08:00
897 B
897 B
title | categories | description | image | redirect_from | commentsID | comments | ||
---|---|---|---|---|---|---|---|---|
Asynchronous plugin manager |
|
Use dein as default plugin manager, Provides a UI for dein, Install and update plugin asynchronously, Show process status on the fly | https://img.spacevim.org/80597767-e1e82a80-8a5a-11ea-85ad-031a6f3240f0.gif | /Asynchronous-plugin-manager/ | Asynchronous plugin manager | true |
Blogs >> Asynchronous plugin manager
{{ page.date | date_to_string }}
SpaceVim use dein as default plugin manager, and implement a UI for dein.
when plugin is failed to update, the error message will be shown after the plugin name,
you can move cursor to the line of that plugin,
then press g r
to fix the installation, or press gf
to open a terminal with path of that plugin.