diff options
| author | Julian Berman <Julian@GrayVines.com> | 2021-07-24 06:21:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-23 21:21:56 -0700 |
| commit | 169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2 (patch) | |
| tree | 62a3e6d3179d6bc40e5c877380a357bc7ef7b50a /lua/lspconfig/metals.lua | |
| parent | [docgen] Update CONFIG.md (diff) | |
| download | nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.tar nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.tar.gz nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.tar.bz2 nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.tar.lz nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.tar.xz nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.tar.zst nvim-lspconfig-169c5cd56aafc11dfe89b1c85d39e4d816d7f4e2.zip | |
docs: add a direct link to lean.nvim (for leanls and lean3ls) (#1062)
* update language of metals to bring it in line with lean
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. |
