add merlin

This commit is contained in:
Mylloon 2022-09-20 17:35:15 +02:00
parent 1ea61959e9
commit 9da7dc7054
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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