mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:30:05 +08:00
1.0 KiB
1.0 KiB
title | description |
---|---|
SpaceVim lang#vim layer | This layer is for writing Vimscript, including code completion, syntax checking and buffer formatting |
Available Layers >> lang#vim
Description
This layer is for writing vim script, including code completion, syntax checking and buffer formatting
Install
To use this configuration layer, update your custom configuration file with:
[[layers]]
name = "lang#vim"
Layer options
auto_generate_doc
: generate help documentation automatically. To generate help documentation, you need to install vimdoc
Key bindings
Key Bindings | Descriptions |
---|---|
SPC l e |
print the eval under the cursor |
SPC l v |
print the helpfulversion under the cursor |