1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:30:04 +08:00
SpaceVim/docs/layers/lang/scala.md

45 lines
883 B
Markdown
Raw Normal View History

---
title: "SpaceVim lang#scala layer"
2019-02-03 20:51:01 +08:00
description: "This layer adds Scala language support to SpaceVim"
---
# [Available Layers](../../) >> lang#scala
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Features](#features)
- [Install](#install)
2019-02-03 20:51:01 +08:00
- [Key bindings](#key-bindings)
<!-- vim-markdown-toc -->
## Description
2019-02-03 20:51:01 +08:00
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
2021-06-21 20:39:29 +08:00
To use this configuration layer, update your custom configuration file with:
```toml
[[layers]]
name = "lang#scala"
```
## Key bindings
**Import key bindings:**
2019-02-03 20:51:01 +08:00
| Key Bindings | Descriptions |
| ------------ | ------------------------- |
| `SPC l s` | sort imports |