Remove the dev lang for elixir && erlang (I was getting an error)

This commit is contained in:
Tony Messias
2025-03-03 17:19:25 -03:00
parent 8f1d664d5e
commit 79f675b608
2 changed files with 0 additions and 2 deletions

View File

@@ -50,7 +50,6 @@ if [[ -n "$languages" ]]; then
mise use --global erlang@latest mise use --global erlang@latest
mise use --global elixir@latest mise use --global elixir@latest
mise x elixir -- mix local.hex --force mise x elixir -- mix local.hex --force
$install_extras && enable_lazyvim_extras "lazyvim.plugins.extras.lang.elixir" "lazyvim.plugins.extras.lang.erlang"
;; ;;
Rust) Rust)
bash -c "$(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs)" -- -y bash -c "$(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs)" -- -y

View File

@@ -45,7 +45,6 @@ if [[ -n $languages ]]; then
Elixir) Elixir)
mise uninstall elixir@latest mise uninstall elixir@latest
mise uninstall erlang@latest mise uninstall erlang@latest
disable_lazyvim_extras "lazyvim.plugins.extras.lang.elixir" "lazyvim.plugins.extras.lang.erlang"
;; ;;
Rust) Rust)
rustup self uninstall -y rustup self uninstall -y