1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:30:05 +08:00
SpaceVim/docs/layers/lang/eiffel.md

34 lines
726 B
Markdown
Raw Normal View History

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 |