diff options
| author | Github Actions <actions@github> | 2020-05-06 07:18:15 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2020-05-06 07:18:15 +0000 |
| commit | 92717276ba0b8e184712f56a8bb7b67bd014124a (patch) | |
| tree | 102ea73de603c32fc86ed372b180f781f398181d | |
| parent | Merge pull request #221 from ckipp01/metals (diff) | |
| download | nvim-lspconfig-92717276ba0b8e184712f56a8bb7b67bd014124a.tar nvim-lspconfig-92717276ba0b8e184712f56a8bb7b67bd014124a.tar.gz nvim-lspconfig-92717276ba0b8e184712f56a8bb7b67bd014124a.tar.bz2 nvim-lspconfig-92717276ba0b8e184712f56a8bb7b67bd014124a.tar.lz nvim-lspconfig-92717276ba0b8e184712f56a8bb7b67bd014124a.tar.xz nvim-lspconfig-92717276ba0b8e184712f56a8bb7b67bd014124a.tar.zst nvim-lspconfig-92717276ba0b8e184712f56a8bb7b67bd014124a.zip | |
[docgen] Update README.md
skip-checks: true
| -rw-r--r-- | README.md | 22 |
1 files changed, 10 insertions, 12 deletions
@@ -2652,21 +2652,9 @@ require'nvim_lsp'.metals.setup{} filetypes = { "scala" } init_options = { compilerOptions = { - isCompletionItemDetailEnabled = true, - isCompletionItemDocumentationEnabled = true, - isCompletionItemResolve = true, - isHoverDocumentationEnabled = true, - isSignatureHelpDocumentationEnabled = true, snippetAutoIndent = false }, - didFocusProvider = false, - doctorProvider = "html", - executeClientCommandProvider = false, - inputBoxProvider = false, - isExitOnShutdown = false, isHttpEnabled = true, - quickPickProvider = false, - slowTaskProvider = false, statusBarProvider = "show-message" } message_level = 4 @@ -3647,6 +3635,16 @@ This server accepts configuration via the `settings` key. +- **`rust-analyzer.cargo.target`**: `null|string` + + Default: `vim.NIL` + + Specify the compilation target + +- **`rust-analyzer.checkOnSave.allFeatures`**: `boolean` + + Default: `true` + - **`rust-analyzer.checkOnSave.allTargets`**: `boolean` Default: `true` |
