Is this still up tp date? I’ve spent day’s trying to get this to work per these instructions, I have updated layers and additional packaged and installed the release from the zip:
dotspacemacs-configuration-layers
'((elixir :variables slixir-backend 'lsp)
auto-completion
lsp
elixir)
dotspacemacs-additional-packaged
'(use-package lsp-mode
:commands lsp
:ensure t
:diminish lsp-mode
:hook
(elixir-mode . lsp)
(add-to-list 'exec-path “~/elixir-ls/release/language_server.sh”)
)






















