1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-25 11:12:22 +08:00
SpaceVim/docs/_posts/2017-08-11-Asynchronous-plugin-manager.md

16 lines
605 B
Markdown
Raw Normal View History

2018-01-13 19:50:49 +08:00
---
title: "Asynchronous plugin manager"
categories: feature
excerpt: ""
image: https://user-images.githubusercontent.com/13142418/31309093-36c01150-abb3-11e7-836c-3ad406bdd71a.gif
---
# Asynchronous plugin manager
SpaceVim use dein as default plugin manager, and implement a UI for dein.
2018-01-13 22:54:45 +08:00
![dein ui](https://user-images.githubusercontent.com/13142418/31309093-36c01150-abb3-11e7-836c-3ad406bdd71a.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 `gf` to open a terminal with path of that plugin.