1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 07:30:05 +08:00
SpaceVim/docs/layers/ui.md
2018-06-23 14:37:41 +08:00

34 lines
642 B
Markdown

---
title: "SpaceVim ui layer"
description: "Awesome UI layer for SpaceVim, provide IDE-like UI for neovim and vim in both TUI and GUI"
---
# [Available Layers](../) >> ui
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Plugins](#plugins)
<!-- vim-markdown-toc -->
## Description
This is UI layer for SpaceVim, and it is loaded by default.
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "ui"
```
## Plugins
- [mhinz/vim-startify](https://github.com/mhinz/vim-startify)
- [majutsushi/tagbar](https://github.com/majutsushi/tagbar)