1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:10:05 +08:00
SpaceVim/docs/layers/lang/swift.md
2019-02-03 20:51:00 +08:00

40 lines
746 B
Markdown

---
title: "SpaceVim lang#swift layer"
description: "swift language support for SpaceVim, includes code completion, syntax highlighting"
---
# [Available Layers](../../) >> lang#swift
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Features](#features)
- [Key bindings](#key-bindings)
<!-- vim-markdown-toc -->
## Description
This layer is for swift development in SpaceVim.
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#swift"
```
## Features
- auto-completion
- syntax checking
## Key bindings
| Key Bindings | Descriptions |
| ------------ | ----------------------- |
| `SPC l k` | jumping to placeholders |