diff options
Diffstat (limited to 'lua/lspconfig/metals.lua')
| -rw-r--r-- | lua/lspconfig/metals.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/metals.lua b/lua/lspconfig/metals.lua index 620b7323..45e54bd4 100644 --- a/lua/lspconfig/metals.lua +++ b/lua/lspconfig/metals.lua @@ -27,7 +27,7 @@ See full instructions in the Metals documentation: https://scalameta.org/metals/docs/editors/vim.html#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 this plugin. +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. |
