1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:40:04 +08:00
SpaceVim/docs/_posts/2017-08-11-asynchronous-plugin-manager.md
2020-09-29 22:45:40 +08:00

949 B

title categories description image redirect_from commentsID comments
Asynchronous plugin manager
feature
blog
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/ 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.

dein ui

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.