From 9da7dc7054694993d712c6d8c13af2ecf7fbe75a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 20 Sep 2022 17:35:15 +0200 Subject: [PATCH] add merlin --- arch.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/arch.sh b/arch.sh index fb003f7..93e8a1a 100644 --- a/arch.sh +++ b/arch.sh @@ -354,15 +354,10 @@ then fish_add_path /home/anri/.local/bin # === OCaml == - # Init Opam + # Init Opam and install stuff echo | opam init yes | opam init - # Utop - opam install utop --yes - # Install devtools - opam install ocaml-lsp-server --yes - opam install ocamlformat --yes - opam install ocamlformat-rpc --yes + opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc merlin echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur." else