SpaceVim
A community-driven vim distribution
Home | About | Quick start guide | Documentation | Development | Community | Sponsors
This layer is for shell script development. Shell script includes bash, zsh and fish scripts.
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.
To use this configuration layer, update your custom configuration file with:
[[layers]]
name = "lang#sh"
Key Bindings | Descriptions |
---|---|
SPC l d / K |
Show doc of the symbol under the cursor |
g d |
Jump to definition |
Powered by Jekyll,
Help improve this page