diff options
| author | Github Actions <actions@github> | 2021-03-05 15:48:24 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2021-03-05 15:48:24 +0000 |
| commit | 100a8bbfa621db3d373dc41b6f593719b53f860c (patch) | |
| tree | a314b4ef10ea0033e9f376b31b0cb2a9259d80d9 | |
| parent | Merge pull request #767 from glepnir/master (diff) | |
| download | nvim-lspconfig-100a8bbfa621db3d373dc41b6f593719b53f860c.tar nvim-lspconfig-100a8bbfa621db3d373dc41b6f593719b53f860c.tar.gz nvim-lspconfig-100a8bbfa621db3d373dc41b6f593719b53f860c.tar.bz2 nvim-lspconfig-100a8bbfa621db3d373dc41b6f593719b53f860c.tar.lz nvim-lspconfig-100a8bbfa621db3d373dc41b6f593719b53f860c.tar.xz nvim-lspconfig-100a8bbfa621db3d373dc41b6f593719b53f860c.tar.zst nvim-lspconfig-100a8bbfa621db3d373dc41b6f593719b53f860c.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 28 |
1 files changed, 18 insertions, 10 deletions
@@ -823,8 +823,10 @@ This server accepts configuration via the `settings` key. null -- **`dart.previewLsp`**: `boolean` +- **`dart.previewLsp`**: `null|boolean` + Default: `vim.NIL` + null - **`dart.promptToGetPackages`**: `boolean` @@ -3709,15 +3711,15 @@ This server accepts configuration via the `settings` key. null -- **`rust-analyzer.cargo.loadOutDirsFromCheck`**: `boolean` +- **`rust-analyzer.cargo.noDefaultFeatures`**: `boolean` null -- **`rust-analyzer.cargo.noDefaultFeatures`**: `boolean` +- **`rust-analyzer.cargo.noSysroot`**: `boolean` null -- **`rust-analyzer.cargo.noSysroot`**: `boolean` +- **`rust-analyzer.cargo.runBuildScripts`**: `boolean` null @@ -4587,6 +4589,12 @@ This server accepts configuration via the `settings` key. null +- **`Lua.runtime.fileEncoding`**: `enum { "utf8", "ansi" }` + + Default: `"utf8"` + + null + - **`Lua.runtime.nonstandardSymbol`**: `array` Array items: `{enum = { "//", "/**/", "`", "+=", "-=", "*=", "/=", "||", "&&", "!", "!=", "continue" },type = "string"}` @@ -4681,12 +4689,6 @@ This server accepts configuration via the `settings` key. null -- **`lua.runtime.fileEncoding`**: `enum { "utf8", "ansi" }` - - Default: `"utf8"` - - null - </details> ```lua @@ -5089,6 +5091,12 @@ This server accepts configuration via the `settings` key. Whether to enable codeActions +- **`vetur.languageFeatures.updateImportOnFileMove`**: `boolean` + + Default: `true` + + Whether to automatic updating import path when rename or move a file + - **`vetur.trace.server`**: `enum { "off", "messages", "verbose" }` Default: `"off"` |
