mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:40:04 +08:00
40 lines
751 B
Markdown
40 lines
751 B
Markdown
---
|
|
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 |
|