1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:50:03 +08:00
SpaceVim/docs/layers/lang/scala.md
Aaron Boushley b0aa2f2aa3 Rework faq.md phrasing.
Also update scala.md.
2018-12-27 10:20:49 -07:00

44 lines
843 B
Markdown

---
title: "SpaceVim lang#scala layer"
description: "This layer adds scala language support to SpaceVim"
---
# [Available Layers](../../) >> lang#scala
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Features](#features)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
This layer adds scala language support to SpaceVim. This layer includes the [vim-scala](https://github.com/derekwyatt/vim-scala) plugin.
## Features
- syntax highlighting
- indent
- sbt compiler
- soring imports
- tagbar support
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#scala"
```
## Key bindings
**Import key bindings:**
| Key Binding | Description |
| ----------- | ------------------------- |
| `SPC l s` | sort imports |