---
title: "SpaceVim lang#swift layer"
description: "swift language support for SpaceVim, includes code completion and 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 your custom configuration file with:

```toml
[[layers]]
  name = "lang#swift"
```

## Features

- auto-completion
- syntax checking

## Key bindings

| Key Bindings | Descriptions            |
| ------------ | ----------------------- |
| `SPC l k`    | jump to placeholders |