spacemacs/contrib/lang/scala/README.md
2014-12-14 00:32:25 -05:00

1.4 KiB

Scala contribution layer for Spacemacs

logo

Table of Contents

Description

This layer adds support for the Scala language using the excellent ENSIME client/server.

This layer is not adapted for Spacemacs, it needs you, Scala experts, to improve it and make it consistent with the Spacemacs experience.

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(scala)
  "List of contribution to load."
)

Ensime

There is nothing to install for ENSIME to work but you have to create a .ensime file at the root of your project.

This project can be created manually using the template here, but it is recommended to use the ENSIME sbt-plugin if your project uses SBT.

Key bindings

TODO