From f4783cbffd9d1e96f42ccc9d5846e52d7c1fdb28 Mon Sep 17 00:00:00 2001 From: plondon Date: Sat, 23 Oct 2021 14:17:33 -0400 Subject: [PATCH] Remove repl from elixir 5 --- langs/elixir.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/langs/elixir.yaml b/langs/elixir.yaml index 2cd8cd4..164cb02 100644 --- a/langs/elixir.yaml +++ b/langs/elixir.yaml @@ -17,12 +17,6 @@ install: unzip -d "${pkg}/opt/elixir-ls" elixir-ls.zip ln -s /opt/elixir-ls/language_server.sh "${pkg}/usr/local/bin/elixir-ls" -repl: | - iex -input: | - DELAY: 1 - 123 * 234 - main: "main.exs" template: | IO.puts("Hello, world!")