diff options
| author | github-actions <github-actions@github.com> | 2021-08-24 12:28:05 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-08-24 12:28:05 +0000 |
| commit | c7c5a0fe2fa5c98571a8de3bb952d7cde2bc4437 (patch) | |
| tree | 44f422fae382a11d4c90b43c4aff4e811ade8617 | |
| parent | fix: unsilent autocmd to print warning (#1171) (diff) | |
| download | nvim-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.md | 36 |
1 files changed, 33 insertions, 3 deletions
@@ -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"}` |
