1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 04:10:06 +08:00
SpaceVim/docs/layers/lang/sh.md
Wang Shidong ea79a6a523
Improve lang#sh layer (#2045)
* Update doc for lang#sh layer

* Update doc and wiki
2018-08-15 21:26:38 +08:00

1.2 KiB

title description
SpaceVim lang#sh layer Shell script development layer, provides autocompletion, syntax checking, code format for bash and zsh script.

Available Layers >> lang#sh

Description

This layer is for shell script development. Shell script includes bash script and zsh script.

Features

  • Code completion
  • Syntax highlighting and indent
  • Syntax checking
  • Code formatting
  • Jump to declaration

SpaceVim also provides language server protocol support for bash script. to enable language server protocol for bash script, you need to load lsp layer for bash.

Install

Layer

To use this configuration layer, update custom configuration file with:

[[layers]]
  name = "lang#sh"

Key bindings

Language specific key bindings

Key binding Description
SPC l d / K Show doc of cursor symbol
g d Jump to definition