diff options
| author | github-actions <github-actions@github.com> | 2022-06-17 01:35:35 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-06-17 01:35:35 +0000 |
| commit | 38775cf260f8d46eeeadc40537da8e0fcb6c414c (patch) | |
| tree | 90594432cae2d5c337673d9c4f37b855cd3bb347 /doc | |
| parent | docs(metals): update metals instructions (#1959) (diff) | |
| download | nvim-lspconfig-38775cf260f8d46eeeadc40537da8e0fcb6c414c.tar nvim-lspconfig-38775cf260f8d46eeeadc40537da8e0fcb6c414c.tar.gz nvim-lspconfig-38775cf260f8d46eeeadc40537da8e0fcb6c414c.tar.bz2 nvim-lspconfig-38775cf260f8d46eeeadc40537da8e0fcb6c414c.tar.lz nvim-lspconfig-38775cf260f8d46eeeadc40537da8e0fcb6c414c.tar.xz nvim-lspconfig-38775cf260f8d46eeeadc40537da8e0fcb6c414c.tar.zst nvim-lspconfig-38775cf260f8d46eeeadc40537da8e0fcb6c414c.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server_configurations.md | 14 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 14 |
2 files changed, 4 insertions, 24 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 7196bdc5..2e5f5128 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -3376,21 +3376,11 @@ Scala language server with rich IDE features. See full instructions in the Metals documentation: -https://scalameta.org/metals/docs/editors/vim.html#using-an-alternative-lsp-client +https://scalameta.org/metals/docs/editors/vim#using-an-alternative-lsp-client Note: that if you're using [nvim-metals](https://github.com/scalameta/nvim-metals), that plugin fully handles the setup and installation of Metals, and you shouldn't set up Metals both with it and `lspconfig`. -To install Metals, make sure to have [coursier](https://get-coursier.io/docs/cli-installation) installed, and once you do you can install the latest Metals with `cs install metals`. You can also manually bootstrap Metals with the following command. - -```bash -cs bootstrap \ - --java-opt -Xss4m \ - --java-opt -Xms100m \ - org.scalameta:metals_2.12:<enter-version-here> \ - -r bintray:scalacenter/releases \ - -r sonatype:snapshots \ - -o /usr/local/bin/metals -f -``` +To install Metals, make sure to have [coursier](https://get-coursier.io/docs/cli-installation) installed, and once you do you can install the latest Metals with `cs install metals`. diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 7196bdc5..2e5f5128 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -3376,21 +3376,11 @@ Scala language server with rich IDE features. See full instructions in the Metals documentation: -https://scalameta.org/metals/docs/editors/vim.html#using-an-alternative-lsp-client +https://scalameta.org/metals/docs/editors/vim#using-an-alternative-lsp-client Note: that if you're using [nvim-metals](https://github.com/scalameta/nvim-metals), that plugin fully handles the setup and installation of Metals, and you shouldn't set up Metals both with it and `lspconfig`. -To install Metals, make sure to have [coursier](https://get-coursier.io/docs/cli-installation) installed, and once you do you can install the latest Metals with `cs install metals`. You can also manually bootstrap Metals with the following command. - -```bash -cs bootstrap \ - --java-opt -Xss4m \ - --java-opt -Xms100m \ - org.scalameta:metals_2.12:<enter-version-here> \ - -r bintray:scalacenter/releases \ - -r sonatype:snapshots \ - -o /usr/local/bin/metals -f -``` +To install Metals, make sure to have [coursier](https://get-coursier.io/docs/cli-installation) installed, and once you do you can install the latest Metals with `cs install metals`. |
