aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2020-04-22 15:58:25 +0000
committerGithub Actions <actions@github>2020-04-22 15:58:25 +0000
commitd16b49e0ac56e77b81f6192ff4c6f36ee08298e4 (patch)
tree738ede157fc9bf6903cbf6e086947980458e46c9
parentMake installer for sumneko_lua more robust (diff)
downloadnvim-lspconfig-d16b49e0ac56e77b81f6192ff4c6f36ee08298e4.tar
nvim-lspconfig-d16b49e0ac56e77b81f6192ff4c6f36ee08298e4.tar.gz
nvim-lspconfig-d16b49e0ac56e77b81f6192ff4c6f36ee08298e4.tar.bz2
nvim-lspconfig-d16b49e0ac56e77b81f6192ff4c6f36ee08298e4.tar.lz
nvim-lspconfig-d16b49e0ac56e77b81f6192ff4c6f36ee08298e4.tar.xz
nvim-lspconfig-d16b49e0ac56e77b81f6192ff4c6f36ee08298e4.tar.zst
nvim-lspconfig-d16b49e0ac56e77b81f6192ff4c6f36ee08298e4.zip
[docgen] Update README.md
skip-checks: true
-rw-r--r--README.md24
1 files changed, 14 insertions, 10 deletions
diff --git a/README.md b/README.md
index b0e8ab2e..981e9f02 100644
--- a/README.md
+++ b/README.md
@@ -2049,9 +2049,9 @@ Can be installed in Nvim with `:LspInstall julials`
This server accepts configuration via the `settings` key.
<details><summary>Available settings:</summary>
-- **`julia.NumThreads`**: `integer`
+- **`julia.NumThreads`**: `integer|null`
- Default: `1`
+ Default: `vim.NIL`
Number of threads to use for Julia processes.
@@ -3160,20 +3160,16 @@ This server accepts configuration via the `settings` key.
Disable usage of rustup and use rustc/rls from PATH.
-- **`rust-client.enableMultiProjectSetup`**: `boolean`
+- **`rust-client.enableMultiProjectSetup`**: `boolean|null`
+ Default: `vim.NIL`
+
Allow multiple projects in the same folder, along with removing the constraint that the cargo.toml must be located at the root. (Experimental: might not work for certain setups)
- **`rust-client.logToFile`**: `boolean`
When set to true, RLS stderr is logged to a file at workspace root level. Requires reloading extension after change.
-- **`rust-client.nestedMultiRootConfigInOutermost`**: `boolean`
-
- Default: `true`
-
- If one root workspace folder is nested in another root folder, look for the Rust config in the outermost root.
-
- **`rust-client.revealOutputChannelOn`**: `enum { "info", "warn", "error", "never" }`
Default: `"never"`
@@ -3493,7 +3489,7 @@ This server accepts configuration via the `settings` key.
Default: `true`
-- **`rust-analyzer.procMacro.enabled`**: `boolean`
+- **`rust-analyzer.procMacro.enable`**: `boolean`
Enable Proc macro support, cargo.loadOutDirsFromCheck must be enabled.
@@ -3726,6 +3722,14 @@ Language server for Swift and C/C++/Objective-C.
This server accepts configuration via the `settings` key.
<details><summary>Available settings:</summary>
+- **`sourcekit-lsp.serverArguments`**: `array`
+
+ Default: `{}`
+
+ Array items: `{type = "string"}`
+
+ Arguments to pass to sourcekit-lsp. Argument keys and values should be provided as separate entries in the array e.g. ['--log-level', 'debug']
+
- **`sourcekit-lsp.serverPath`**: `string`
Default: `"sourcekit-lsp"`