diff options
| author | Chris Kipp <ckipp@pm.me> | 2022-06-17 03:35:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-16 18:35:15 -0700 |
| commit | 26a29918b251ecedfe49fbe6f33a5c9996d627bd (patch) | |
| tree | 32c765217b8d214bfe91a1666039ce3ae92acfeb /lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-26a29918b251ecedfe49fbe6f33a5c9996d627bd.tar nvim-lspconfig-26a29918b251ecedfe49fbe6f33a5c9996d627bd.tar.gz nvim-lspconfig-26a29918b251ecedfe49fbe6f33a5c9996d627bd.tar.bz2 nvim-lspconfig-26a29918b251ecedfe49fbe6f33a5c9996d627bd.tar.lz nvim-lspconfig-26a29918b251ecedfe49fbe6f33a5c9996d627bd.tar.xz nvim-lspconfig-26a29918b251ecedfe49fbe6f33a5c9996d627bd.tar.zst nvim-lspconfig-26a29918b251ecedfe49fbe6f33a5c9996d627bd.zip | |
docs(metals): update metals instructions (#1959)
- Updates link to the metals website
- Removes the instructions about manual bootstrapping
I removed these instructions because with `cs install metals` there is
no reason to manually bootstrap it, we actually discourage it.
Especially now that we are on a new Scala version (2.13), the old
instructions including Scala 2.12 will fail. When using `cs install`,
all of this is just handled for you.
`nvim-metals` is still the path we recommend for any metals users.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/metals.lua | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/lua/lspconfig/server_configurations/metals.lua b/lua/lspconfig/server_configurations/metals.lua index b05db5ce..aa9063c0 100644 --- a/lua/lspconfig/server_configurations/metals.lua +++ b/lua/lspconfig/server_configurations/metals.lua @@ -22,21 +22,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`. ]], default_config = { root_dir = [[util.root_pattern("build.sbt", "build.sc", "build.gradle", "pom.xml")]], |
