--- title: "SpaceVim lang#eiffel layer" description: "This layer is for eiffel development, provides syntax highlighting and indentation for eiffel files." --- # [Available Layers](../../) >> lang#eiffel - [Description](#description) - [Install](#install) - [Key bidnings](#key-bidnings) ## 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 |