1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 20:40:04 +08:00
SpaceVim/docs/layers/lang/scheme.md
Wang Shidong 09dba2408c
Add lang#scheme layer (#2248)
* Add scheme runner

* Add repl

* Add lang#scheme layer doc

* Add lang#scheme layer doc

* Update layer list

* Update wiki
2018-10-08 12:07:04 +08:00

37 lines
698 B
Markdown

---
title: "SpaceVim lang#scheme layer"
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
This layer adds scheme language support to SpaceVim. scheme is known as mit-scheme, and the website is:
## Features
- code runner
- REPL support
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#scheme"
```