add merlin
This commit is contained in:
parent
1ea61959e9
commit
9da7dc7054
1 changed files with 2 additions and 7 deletions
9
arch.sh
9
arch.sh
|
@ -354,15 +354,10 @@ then
|
||||||
fish_add_path /home/anri/.local/bin
|
fish_add_path /home/anri/.local/bin
|
||||||
|
|
||||||
# === OCaml ==
|
# === OCaml ==
|
||||||
# Init Opam
|
# Init Opam and install stuff
|
||||||
echo | opam init
|
echo | opam init
|
||||||
yes | opam init
|
yes | opam init
|
||||||
# Utop
|
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc merlin
|
||||||
opam install utop --yes
|
|
||||||
# Install devtools
|
|
||||||
opam install ocaml-lsp-server --yes
|
|
||||||
opam install ocamlformat --yes
|
|
||||||
opam install ocamlformat-rpc --yes
|
|
||||||
|
|
||||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue