mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
30 lines
838 B
Markdown
30 lines
838 B
Markdown
---
|
|
title: "SpaceVim lang#vim layer"
|
|
description: "This layer is for writting vim script, including code completion, syntax checking and buffer formatting"
|
|
---
|
|
|
|
# [SpaceVim Layers:](https://spacevim.org/layers) lang#vim
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Description](#description)
|
|
- [Layer Installation](#layer-installation)
|
|
- [Key bindings](#key-bindings)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Description
|
|
|
|
This layer is for vim plugin development.
|
|
|
|
## Layer Installation
|
|
|
|
To use this configuration layer, add `call SpaceVim#layers#load('lang#vim')` to your custom configuration file.
|
|
|
|
## Key bindings
|
|
|
|
| Key Binding | Description |
|
|
| ----------- | ----------------------------------------- |
|
|
| `SPC l e` | print the eval under the cursor |
|
|
| `SPC l v` | print the helpfulversion under the cursor |
|