diff options
| author | github-actions <github-actions@github.com> | 2021-07-24 04:22:19 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-24 04:22:19 +0000 |
| commit | 00028be5527abbc829ae8263cb3319dcae08e8ec (patch) | |
| tree | 7cc2b4aa9fdf0fc93df1ed206f0d67ff0f740ed2 | |
| parent | docs: add a direct link to lean.nvim (for leanls and lean3ls) (#1062) (diff) | |
| download | nvim-lspconfig-00028be5527abbc829ae8263cb3319dcae08e8ec.tar nvim-lspconfig-00028be5527abbc829ae8263cb3319dcae08e8ec.tar.gz nvim-lspconfig-00028be5527abbc829ae8263cb3319dcae08e8ec.tar.bz2 nvim-lspconfig-00028be5527abbc829ae8263cb3319dcae08e8ec.tar.lz nvim-lspconfig-00028be5527abbc829ae8263cb3319dcae08e8ec.tar.xz nvim-lspconfig-00028be5527abbc829ae8263cb3319dcae08e8ec.tar.zst nvim-lspconfig-00028be5527abbc829ae8263cb3319dcae08e8ec.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 34 |
1 files changed, 33 insertions, 1 deletions
@@ -3501,6 +3501,10 @@ Once Lean is installed, you can install the Lean 3 language server by running ```sh npm install -g lean-language-server ``` + +Note: that if you're using [lean.nvim](https://github.com/Julian/lean.nvim), +that plugin fully handles the setup of the Lean language server, +and you shouldn't set up `lean3ls` both with it and `lspconfig`. @@ -3537,6 +3541,10 @@ Lean installation instructions can be found The Lean 4 language server is built-in with a Lean 4 install (and can be manually run with, e.g., `lean --server`). + +Note: that if you're using [lean.nvim](https://github.com/Julian/lean.nvim), +that plugin fully handles the setup of the Lean language server, +and you shouldn't set up `leanls` both with it and `lspconfig`. @@ -3574,7 +3582,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. @@ -5070,6 +5078,30 @@ This server accepts configuration via the `settings` key. null +- **`rust-analyzer.highlightRelated.breakPoints`**: `boolean` + + Default: `true` + + null + +- **`rust-analyzer.highlightRelated.exitPoints`**: `boolean` + + Default: `true` + + null + +- **`rust-analyzer.highlightRelated.references`**: `boolean` + + Default: `true` + + null + +- **`rust-analyzer.highlightRelated.yieldPoints`**: `boolean` + + Default: `true` + + null + - **`rust-analyzer.highlighting.strings`**: `boolean` Default: `true` |
