2020-08-22 15:56:17 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#eiffel layer"
|
2021-06-21 20:39:29 +08:00
|
|
|
description: "This layer is for eiffel development, provides syntax highlighting and indentation for eiffel files."
|
2020-08-22 15:56:17 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# [Available Layers](../../) >> lang#eiffel
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Install](#install)
|
|
|
|
- [Key bidnings](#key-bidnings)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
This layer is for eiffel development.
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
To use this configuration layer, update your custom configuration file with:
|
2020-08-22 15:56:17 +08:00
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#eiffel"
|
|
|
|
```
|
|
|
|
|
|
|
|
## Key bidnings
|
|
|
|
|
|
|
|
| Key Binding | Description |
|
|
|
|
| ----------- | ------------------------------------- |
|
|
|
|
| `SPC l c` | run `eclean .` command asynchronously |
|