1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

Update layers page

This commit is contained in:
wsdjeg 2017-09-23 20:02:23 +08:00
parent bfd5a3c6a7
commit 96f307626e

View File

@ -1,4 +1,25 @@
# SpaceVim Layers
---
title: Available layers
description: A list of available layers in SpaceVim.
keywords: layer,layers
---
## Introduction
SpaceVim is a community-driven vim distribution that seeks to provide layer feature. here is an example for loadding a layer with some specified options:
```vim
call SpaceVim#layers#load('shell',
\ {
\ 'default_position' : 'top',
\ 'default_height' : 30,
\ }
\ )
```
## Available layers
this a list of buildin layers:
| Name | Description | Documentation |
| ------------- | :-------------------------------: | ---------------------------------------------------------- |