mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-28 03:30:06 +08:00
40 lines
743 B
Markdown
40 lines
743 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 binding | Description |
|
||
|
| ----------- | ----------------------- |
|
||
|
| `SPC l k` | jumping to placeholders |
|