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

23 lines
898 B
Markdown
Raw Normal View History

2018-01-13 19:50:49 +08:00
---
title: "Asynchronous plugin manager"
2018-05-27 20:54:33 +08:00
categories: [feature, blog]
2019-10-19 20:07:38 +08:00
excerpt: "Use dein as default plugin manager, Provides a UI for dein, Install and update plugin asynchronously, Show process status on the fly"
2020-04-29 23:32:26 +08:00
image: https://user-images.githubusercontent.com/13142418/80597767-e1e82a80-8a5a-11ea-85ad-031a6f3240f0.gif
2018-07-04 08:49:23 +08:00
commentsID: "Asynchronous plugin manager"
comments: true
2018-01-13 19:50:49 +08:00
---
2019-10-19 20:07:38 +08:00
# [Blogs](../blog/) >> Asynchronous plugin manager
{{ page.date | date_to_string }}
2018-01-13 19:50:49 +08:00
SpaceVim use dein as default plugin manager, and implement a UI for dein.
2018-01-13 22:54:45 +08:00
2020-04-29 23:32:26 +08:00
![dein ui](https://user-images.githubusercontent.com/13142418/80597767-e1e82a80-8a5a-11ea-85ad-031a6f3240f0.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 `g r` to fix the installation, or press `gf` to open a terminal with path of that plugin.