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

36 lines
729 B
Markdown
Raw Normal View History

---
title: "SpaceVim lang#scheme layer"
2019-02-03 20:51:01 +08:00
description: "This layer adds Scheme language support to SpaceVim"
image: https://user-images.githubusercontent.com/13142418/46590501-4e50b100-cae6-11e8-9366-6772d129a13b.png
---
# [Available Layers](../../) >> lang#scheme
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Features](#features)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
2019-02-03 20:51:01 +08:00
This layer adds Scheme language support to SpaceVim. Scheme is known as mit-scheme, and the website is: <http://www.scheme-reports.org>
## Features
- code runner
- REPL support
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#scheme"
```