1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
SpaceVim/docs/_posts/2017-08-11-Asynchronous-plugin-manager.md
2020-05-10 14:05:04 +08:00

23 lines
902 B
Markdown

---
title: "Asynchronous plugin manager"
categories: [feature, blog]
description: "Use dein as default plugin manager, Provides a UI for dein, Install and update plugin asynchronously, Show process status on the fly"
image: https://user-images.githubusercontent.com/13142418/80597767-e1e82a80-8a5a-11ea-85ad-031a6f3240f0.gif
commentsID: "Asynchronous plugin manager"
comments: true
---
# [Blogs](../blog/) >> Asynchronous plugin manager
{{ page.date | date_to_string }}
SpaceVim use dein as default plugin manager, and implement a UI for dein.
![dein ui](https://user-images.githubusercontent.com/13142418/80597767-e1e82a80-8a5a-11ea-85ad-031a6f3240f0.gif)
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.