mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
34 lines
712 B
Markdown
34 lines
712 B
Markdown
|
---
|
||
|
title: "SpaceVim lang#eiffel layer"
|
||
|
description: "This layer is for eiffel development, provides syntax highlighting, indent for eiffel file."
|
||
|
---
|
||
|
|
||
|
# [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 custom configuration file with:
|
||
|
|
||
|
```toml
|
||
|
[[layers]]
|
||
|
name = "lang#eiffel"
|
||
|
```
|
||
|
|
||
|
## Key bidnings
|
||
|
|
||
|
| Key Binding | Description |
|
||
|
| ----------- | ------------------------------------- |
|
||
|
| `SPC l c` | run `eclean .` command asynchronously |
|