lsp-elixir.el
lsp-elixir.el copied to clipboard
Emacs minor mode to interact with elixir buffers by using LSP
- Usage
Install through MELPA, then add the following line to your config:
(add-hook 'elixir-mode-hook #'lsp)
- Build a new server Use the forks on elixir-lsp since they have logic for macro expansion