mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:50:03 +08:00
29 lines
719 B
Markdown
29 lines
719 B
Markdown
|
---
|
||
|
title: "SpaceVim lang#vim layer"
|
||
|
---
|
||
|
|
||
|
# [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 |
|