Shouldn’t this line:
(add-to-list 'exec-path (expand-file-name "~/.emacs.d/elixir-lsp/"))
contain release at the end, like this:
(add-to-list 'exec-path (expand-file-name "~/.emacs.d/elixir-lsp/release/"))
Shouldn’t this line:
(add-to-list 'exec-path (expand-file-name "~/.emacs.d/elixir-lsp/"))
contain release at the end, like this:
(add-to-list 'exec-path (expand-file-name "~/.emacs.d/elixir-lsp/release/"))