mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
2.0 KiB
2.0 KiB
title | description | keywords |
---|---|---|
Available layers | A list of available layers in SpaceVim. | 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:
call SpaceVim#layers#load('shell',
\ {
\ 'default_position' : 'top',
\ 'default_height' : 30,
\ }
\ )
Available layers
this a list of buildin layers:
Name | Description | Documentation |
---|---|---|
autocomplete | autocomplete in vim | documentation |
chat | chatting in vim | documentation |
checkers | checking in vim | documentation |
chinese | layer for chinese vimer | documentation |
colorscheme | all colorscheme in spacevim | documentation |
default | better default for vim and neovim | documentation |
lang#java | java development in vim | documentation |
lang#lisp | lisp development in vim | documentation |
lang#markdown | layer for editing markdown in vim | documentation |
lang#php | php development in vim | documentation |
shell | shell support for SpaceVim | documentation |
tags | tags manager in vim | documentation |