mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:30:05 +08:00
902 B
902 B
title | categories | description | image | 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://user-images.githubusercontent.com/13142418/80597767-e1e82a80-8a5a-11ea-85ad-031a6f3240f0.gif | 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.