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
|
||||
|
||||
# === 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
|
||||
|
|
Loading…
Reference in a new issue