diff options
| author | github-actions <github-actions@github.com> | 2021-11-18 13:31:29 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-11-18 13:31:29 +0000 |
| commit | e5ae7bfbf539a20cf5bf4ec342e3115f39f7cbc9 (patch) | |
| tree | a54393804421b1772ec049f8ca350104f65eaa4e | |
| parent | fix(denols): drop references to package.json (#1439) (diff) | |
| download | nvim-lspconfig-e5ae7bfbf539a20cf5bf4ec342e3115f39f7cbc9.tar nvim-lspconfig-e5ae7bfbf539a20cf5bf4ec342e3115f39f7cbc9.tar.gz nvim-lspconfig-e5ae7bfbf539a20cf5bf4ec342e3115f39f7cbc9.tar.bz2 nvim-lspconfig-e5ae7bfbf539a20cf5bf4ec342e3115f39f7cbc9.tar.lz nvim-lspconfig-e5ae7bfbf539a20cf5bf4ec342e3115f39f7cbc9.tar.xz nvim-lspconfig-e5ae7bfbf539a20cf5bf4ec342e3115f39f7cbc9.tar.zst nvim-lspconfig-e5ae7bfbf539a20cf5bf4ec342e3115f39f7cbc9.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 54615dea..fb9535a8 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -824,7 +824,7 @@ require'lspconfig'.denols.setup{} lint = false, unstable = false } - root_dir = root_pattern("deno.json", "deno.jsonc", "package.json", "tsconfig.json", ".git") + root_dir = root_pattern("deno.json", "deno.jsonc", "tsconfig.json", ".git") ``` @@ -6744,6 +6744,22 @@ require'lspconfig'.sumneko_lua.setup { This server accepts configuration via the `settings` key. <details><summary>Available settings:</summary> +- **`Lua.IntelliSense.traceBeSetted`**: `boolean` + + null + +- **`Lua.IntelliSense.traceFieldInject`**: `boolean` + + null + +- **`Lua.IntelliSense.traceLocalSet`**: `boolean` + + null + +- **`Lua.IntelliSense.traceReturn`**: `boolean` + + null + - **`Lua.color.mode`**: `enum { "Grammar", "Semantic", "SemanticEnhanced" }` Default: `"Semantic"` |
