mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 06:10:05 +08:00
36 lines
650 B
Markdown
36 lines
650 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. include plugin [vim-scala](https://github.com/derekwyatt/vim-scala)
|
||
|
|
||
|
## 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"
|
||
|
```
|