aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-08-24 12:28:05 +0000
committergithub-actions <github-actions@github.com>2021-08-24 12:28:05 +0000
commitc7c5a0fe2fa5c98571a8de3bb952d7cde2bc4437 (patch)
tree44f422fae382a11d4c90b43c4aff4e811ade8617
parentfix: unsilent autocmd to print warning (#1171) (diff)
downloadnvim-lspconfig-c7c5a0fe2fa5c98571a8de3bb952d7cde2bc4437.tar
nvim-lspconfig-c7c5a0fe2fa5c98571a8de3bb952d7cde2bc4437.tar.gz
nvim-lspconfig-c7c5a0fe2fa5c98571a8de3bb952d7cde2bc4437.tar.bz2
nvim-lspconfig-c7c5a0fe2fa5c98571a8de3bb952d7cde2bc4437.tar.lz
nvim-lspconfig-c7c5a0fe2fa5c98571a8de3bb952d7cde2bc4437.tar.xz
nvim-lspconfig-c7c5a0fe2fa5c98571a8de3bb952d7cde2bc4437.tar.zst
nvim-lspconfig-c7c5a0fe2fa5c98571a8de3bb952d7cde2bc4437.zip
[docgen] Update CONFIG.md
skip-checks: true
-rw-r--r--CONFIG.md36
1 files changed, 33 insertions, 3 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 0cad6fd5..8dc617bc 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -5324,6 +5324,12 @@ This server accepts configuration via the `settings` key.
null
+- **`rust-analyzer.joinLines.joinAssignments`**: `boolean`
+
+ Default: `true`
+
+ null
+
- **`rust-analyzer.joinLines.joinElseIf`**: `boolean`
Default: `true`
@@ -6070,12 +6076,24 @@ This server accepts configuration via the `settings` key.
null
+- **`Lua.completion.requireSeparator`**: `string`
+
+ Default: `"."`
+
+ null
+
- **`Lua.completion.showParams`**: `boolean`
Default: `true`
null
+- **`Lua.completion.showWord`**: `enum { "Enable", "Fallback", "Disable" }`
+
+ Default: `"Fallback"`
+
+ null
+
- **`Lua.completion.workspaceWord`**: `boolean`
Default: `true`
@@ -6100,6 +6118,18 @@ This server accepts configuration via the `settings` key.
null
+- **`Lua.diagnostics.ignoredFiles`**: `enum { "Enable", "Opened", "Disable" }`
+
+ Default: `"Disable"`
+
+ null
+
+- **`Lua.diagnostics.libraryFiles`**: `enum { "Enable", "Opened", "Disable" }`
+
+ Default: `"Disable"`
+
+ null
+
- **`Lua.diagnostics.neededFileStatus`**: `object`
null
@@ -6124,9 +6154,9 @@ This server accepts configuration via the `settings` key.
null
-- **`Lua.hint.paramName`**: `boolean`
+- **`Lua.hint.paramName`**: `enum { "All", "Literal", "Disable" }`
- Default: `true`
+ Default: `"All"`
null
@@ -6200,7 +6230,7 @@ This server accepts configuration via the `settings` key.
- **`Lua.runtime.path`**: `array`
- Default: `{ "?.lua", "?/init.lua", "?/?.lua" }`
+ Default: `{ "?.lua", "?/init.lua" }`
Array items: `{type = "string"}`