diff options
| author | Github Actions <actions@github> | 2021-03-08 17:12:53 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2021-03-08 17:12:53 +0000 |
| commit | e0e107044618bf06db2c1753fc154e7b68b6342c (patch) | |
| tree | 87e1d073be7fff3ee7bd24e74b9aa7698183cded | |
| parent | Merge pull request #772 from mjlbach/fix_clangd (diff) | |
| download | nvim-lspconfig-e0e107044618bf06db2c1753fc154e7b68b6342c.tar nvim-lspconfig-e0e107044618bf06db2c1753fc154e7b68b6342c.tar.gz nvim-lspconfig-e0e107044618bf06db2c1753fc154e7b68b6342c.tar.bz2 nvim-lspconfig-e0e107044618bf06db2c1753fc154e7b68b6342c.tar.lz nvim-lspconfig-e0e107044618bf06db2c1753fc154e7b68b6342c.tar.xz nvim-lspconfig-e0e107044618bf06db2c1753fc154e7b68b6342c.tar.zst nvim-lspconfig-e0e107044618bf06db2c1753fc154e7b68b6342c.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3730,6 +3730,8 @@ This server accepts configuration via the `settings` key. - **`rust-analyzer.cargo.runBuildScripts`**: `boolean` + Default: `true` + null - **`rust-analyzer.cargo.target`**: `null|string` @@ -4676,8 +4678,10 @@ This server accepts configuration via the `settings` key. null -- **`Lua.workspace.library`**: `object` +- **`Lua.workspace.library`**: `array` + Array items: `{type = "string"}` + null - **`Lua.workspace.maxPreload`**: `integer` |
