[scala] Make changed default behaviour more clear in docs

This commit is contained in:
Maximilian Wolff 2021-03-20 21:02:09 +00:00
parent 0ccea3c436
commit 86ea9871cb
1 changed files with 2 additions and 5 deletions

View File

@ -37,7 +37,7 @@ This layer adds support for the Scala language to Spacemacs.
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =scala= to the existing =dotspacemacs-configuration-layers= list in this
file.
+ To turn off the Metals tree view side bar, set =scala-auto-treeview= to =nil=.
+ To turn on the Metals tree view side bar, set =scala-auto-treeview= to =t=.
+ To display SBT in a small buffer at the bottom of the frame, set the
=scala-sbt-window-position= layer variable to =bottom=.
@ -61,10 +61,7 @@ where =0.9.8= can be replaced with the current version of [[https://scalameta.or
-o /usr/local/bin/metals-emacs -f
#+END_SRC
Notice that the layer by default overwrites Metals-scala tree view to nil
#+begin_example elisp
(defvar scala-auto-treeview nil
#+end_example
Notice that the layer by default overwrites Metals-scala tree view to nil.
This to avoid issues with buffers when rendering VSCode like view, issue described [[https://github.com/syl20bnr/spacemacs/pull/14470][Here]].
You will then have the common LSP key bindings; see