1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-27 13:00:04 +08:00
SpaceVim/docs/layers/lang/swift.md

40 lines
746 B
Markdown
Raw Normal View History

2018-08-08 20:56:51 +08:00
---
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
2019-02-03 20:51:01 +08:00
| Key Bindings | Descriptions |
| ------------ | ----------------------- |
| `SPC l k` | jumping to placeholders |