---
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 |