-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.el
26 lines (21 loc) · 874 Bytes
/
config.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
;;; config.el --- Scala(lsp) Layer configuration File for Spacemacs
;;
;; Copyright (c) 2012-2017 Sylvain Benner & Contributors
;; Copyright (c) 2019 Rodolfo Hansen & Zhe Li
;;
;; Author: Zhe Li <linuxcity.jn@gmail.com>
;; URL: https://github.com/zheli/layer-scala-lsp
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; TODO Perhaps should call this scala-lsp-mode
(spacemacs|define-jump-handlers scala-mode)
(defvar scala-enable-eldoc nil
"If non nil then eldoc-mode is enabled in the scala layer.")
(defvar scala-auto-insert-asterisk-in-comments nil
"If non-nil automatically insert leading asterisk in multi-line comments.")
(defvar scala-use-unicode-arrows nil
"If non-nil then `->`, `=>` and `<-` are replaced with unicode arrows.")
(defvar scala-auto-start-metals nil
"If non nil then metals will be started when a scala file is opened.")