[scala] Fix implicit loading of lsp layer
This commit is contained in:
parent
1d797ffa4a
commit
dc0a1246cc
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@
|
|||
(configuration-layer/declare-layer-dependencies '(java))
|
||||
|
||||
(when (and (boundp 'scala-backend)
|
||||
(spacemacs//scala-backend-metals-p))
|
||||
(eq scala-backend 'scala-metals))
|
||||
(configuration-layer/declare-layer-dependencies '(lsp)))
|
||||
|
|
Reference in a new issue