2018-01-13 19:50:49 +08:00
---
title: "Asynchronous plugin manager"
categories: feature
2018-05-12 19:01:00 +08:00
description: "Use dein as default plugin manager, Provides a UI for dein, Install and update plugin asynchronously, Show process status on the fly"
2018-01-13 23:13:07 +08:00
image: https://user-images.githubusercontent.com/13142418/34907332-903ae968-f842-11e7-8ac9-07fcc9940a53.gif
2018-01-25 22:57:56 +08:00
comments: true
2018-01-13 19:50:49 +08:00
---
# Asynchronous plugin manager
SpaceVim use dein as default plugin manager, and implement a UI for dein.
2018-01-13 22:54:45 +08:00
2018-01-13 23:13:07 +08:00
![dein ui ](https://user-images.githubusercontent.com/13142418/34907332-903ae968-f842-11e7-8ac9-07fcc9940a53.gif )
2018-01-13 22:54:45 +08:00
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 `gf` to open a terminal with path of that plugin.