mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
36 lines
700 B
Markdown
36 lines
700 B
Markdown
---
|
|
title: "SpaceVim lang#coffeescript layer"
|
|
description: "This layer is for CoffeeScript development, provide autocompletion, syntax checking, code format for CoffeeScript file."
|
|
---
|
|
|
|
# [Available Layers](../../) >> lang#coffeescript
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Description](#description)
|
|
- [Features](#features)
|
|
- [Install](#install)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Description
|
|
|
|
This layer is for CoffeeScript development, and it includes vim-coffeescript.
|
|
|
|
## 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"
|
|
```
|