diff options
| author | github-actions <github-actions@github.com> | 2022-02-10 22:24:02 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-02-10 22:24:02 +0000 |
| commit | 830bc031e2b82d7882b610c6e90f00b1d08bcb2e (patch) | |
| tree | f0116066bbd8ce9acfac9e3f0c16e1afc56c872c | |
| parent | ci: simplify codespell workflow (#1706) (diff) | |
| download | nvim-lspconfig-830bc031e2b82d7882b610c6e90f00b1d08bcb2e.tar nvim-lspconfig-830bc031e2b82d7882b610c6e90f00b1d08bcb2e.tar.gz nvim-lspconfig-830bc031e2b82d7882b610c6e90f00b1d08bcb2e.tar.bz2 nvim-lspconfig-830bc031e2b82d7882b610c6e90f00b1d08bcb2e.tar.lz nvim-lspconfig-830bc031e2b82d7882b610c6e90f00b1d08bcb2e.tar.xz nvim-lspconfig-830bc031e2b82d7882b610c6e90f00b1d08bcb2e.tar.zst nvim-lspconfig-830bc031e2b82d7882b610c6e90f00b1d08bcb2e.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 8 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 3b4340b2..25c8950b 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -1729,12 +1729,6 @@ This server accepts configuration via the `settings` key. Absolute path to flow binary\. Special var \$\{workspaceFolder\} or \$\{flowconfigDir\} can be used in path \(NOTE\: in windows you can use \'\/\' and can omit \'\.cmd\' in path\) -- **`flow.runOnEdit`**: `boolean` - - Default: `true` - - If true will run flow on every edit\, otherwise will run only when changes are saved \(Note\: \'useLSP\: true\' only supports syntax errors\) - - **`flow.showUncovered`**: `boolean` If true will show uncovered code by default @@ -7406,7 +7400,7 @@ This server accepts configuration via the `settings` key. - **`Lua.diagnostics.workspaceDelay`**: `integer` - Default: `3` + Default: `3000` null diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 3b4340b2..25c8950b 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -1729,12 +1729,6 @@ This server accepts configuration via the `settings` key. Absolute path to flow binary\. Special var \$\{workspaceFolder\} or \$\{flowconfigDir\} can be used in path \(NOTE\: in windows you can use \'\/\' and can omit \'\.cmd\' in path\) -- **`flow.runOnEdit`**: `boolean` - - Default: `true` - - If true will run flow on every edit\, otherwise will run only when changes are saved \(Note\: \'useLSP\: true\' only supports syntax errors\) - - **`flow.showUncovered`**: `boolean` If true will show uncovered code by default @@ -7406,7 +7400,7 @@ This server accepts configuration via the `settings` key. - **`Lua.diagnostics.workspaceDelay`**: `integer` - Default: `3` + Default: `3000` null |
