2019-01-29 11:52:51 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#coffeescript layer"
|
2019-02-03 20:51:01 +08:00
|
|
|
description: "This layer is for CoffeeScript development, provide autocompletion, syntax checking, code format for CoffeeScript file."
|
2019-01-29 11:52:51 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# [Available Layers](../../) >> lang#coffeescript
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Features](#features)
|
|
|
|
- [Install](#install)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2019-02-03 20:51:01 +08:00
|
|
|
This layer is for CoffeeScript development, and it includes vim-coffeescript.
|
2019-01-29 11:52:51 +08:00
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- Code completion
|
|
|
|
- Syntax highlighting
|
|
|
|
- Indent
|
|
|
|
- Code formatting
|
|
|
|
- REPL support
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
To use this configuration layer, update custom configuration file with:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#coffeescript"
|
|
|
|
```
|