mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 12:10:05 +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"
|
||
|
```
|