This repository has been archived on 2023-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
nvim-config/metals.sh

16 lines
344 B
Bash
Executable File

#!/bin/sh
cd ~/.local/share/nvim/
curl -L -o ./coursier https://git.io/coursier
chmod +x ./coursier
./coursier bootstrap \
--java-opt -Xss4m \
--java-opt -Xms100m \
--java-opt -Dmetals.client=LanguageClient-neovim \
org.scalameta:metals_2.12:0.7.0 \
-r bintray:scalacenter/releases \
-r sonatype:snapshots \
-o ./metals-vim -f