1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:10:05 +08:00
SpaceVim/docs/layers/lang/vim.md
2019-02-03 20:51:00 +08:00

35 lines
856 B
Markdown

---
title: "SpaceVim lang#vim layer"
description: "This layer is for writting Vimscript, including code completion, syntax checking and buffer formatting"
---
# [Available Layers](../../) >> lang#vim
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Key bindings](#key-bindings)
<!-- vim-markdown-toc -->
## Description
This layer is for writting vim script, including code completion, syntax checking and buffer formatting
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#vim"
```
## Key bindings
| Key Bindings | Descriptions |
| ------------ | ----------------------------------------- |
| `SPC l e` | print the eval under the cursor |
| `SPC l v` | print the helpfulversion under the cursor |