elixir.nvim
elixir.nvim copied to clipboard
Compilation error when running ./install.sh
Hello,
I'm trying to install the plugin but I'm getting the following error when running ./install.sh
:
== Compilation error in file lib/api.ex ==
** (CompileError) nofile:1: invalid pattern in match, fn is not allowed in matches
(elixir) expanding macro: Kernel.var!/1
nofile:1: NVim.nvim_call_function/2
(elixir) lib/module.ex:516: Module.eval_quoted/4
(elixir) lib/enum.ex:737: Enum."-each/2-lists^foreach/1-0-"/2
(elixir) lib/enum.ex:737: Enum.each/2
Any ideas of what could be wrong?
Thanks!