mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:50:04 +08:00
34 lines
726 B
Markdown
34 lines
726 B
Markdown
---
|
|
title: "SpaceVim lang#eiffel layer"
|
|
description: "This layer is for eiffel development, provides syntax highlighting and indentation for eiffel files."
|
|
---
|
|
|
|
# [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
|
|
|
|
To use this configuration layer, update your custom configuration file with:
|
|
|
|
```toml
|
|
[[layers]]
|
|
name = "lang#eiffel"
|
|
```
|
|
|
|
## Key bidnings
|
|
|
|
| Key Binding | Description |
|
|
| ----------- | ------------------------------------- |
|
|
| `SPC l c` | run `eclean .` command asynchronously |
|