[go] Load dap when lsp is enabled

Go layer now supports dap, therefore when lsp is selected the layer
will load dap which in turn will load lsp to enable debugging capabilities
for all lsp users.
This commit is contained in:
Maximilian Wolff 2020-03-27 21:06:48 +01:00
parent e4eafe8324
commit 9bd9151c7a
No known key found for this signature in database
GPG key ID: 2DD07025BFDBD89A

View file

@ -11,4 +11,4 @@
(when (and (boundp 'go-backend)
(eq go-backend 'lsp))
(configuration-layer/declare-layer-dependencies '(lsp)))
(configuration-layer/declare-layer-dependencies '(dap)))