diff options
| author | github-actions <github-actions@github.com> | 2021-09-10 02:17:58 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-09-10 02:17:58 +0000 |
| commit | 9d21b4e511465d0fe524d0e3b53f730ff5c08eea (patch) | |
| tree | 3f51475fb635a6d9b705d93f97523156344974c7 /CONFIG.md | |
| parent | fix(rust-analyzer): skip stderr for cargo metadata (#1235) (diff) | |
| download | nvim-lspconfig-9d21b4e511465d0fe524d0e3b53f730ff5c08eea.tar nvim-lspconfig-9d21b4e511465d0fe524d0e3b53f730ff5c08eea.tar.gz nvim-lspconfig-9d21b4e511465d0fe524d0e3b53f730ff5c08eea.tar.bz2 nvim-lspconfig-9d21b4e511465d0fe524d0e3b53f730ff5c08eea.tar.lz nvim-lspconfig-9d21b4e511465d0fe524d0e3b53f730ff5c08eea.tar.xz nvim-lspconfig-9d21b4e511465d0fe524d0e3b53f730ff5c08eea.tar.zst nvim-lspconfig-9d21b4e511465d0fe524d0e3b53f730ff5c08eea.zip | |
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
| -rw-r--r-- | CONFIG.md | 24 |
1 files changed, 0 insertions, 24 deletions
@@ -1737,14 +1737,6 @@ This server accepts configuration via the `settings` key. Is flow enabled -- **`flow.fileExtensions`**: `array` - - Default: `{ ".js", ".mjs", ".jsx", ".flow", ".json" }` - - Array items: `{type = "string"}` - - \(Supported only when useLSP\: false\)\. File extensions to consider for flow processing - - **`flow.lazyMode`**: `string` Default: `vim.NIL` @@ -1763,22 +1755,12 @@ 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.runOnAllFiles`**: `boolean` - - \(Supported only when useLSP\: false\) Run Flow on all files\, No need to put \/\/\@flow comment on top of files\. - - **`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.showStatus`**: `boolean` - - Default: `true` - - \(Supported only when useLSP\: false\) If true will display flow status is the statusbar - - **`flow.showUncovered`**: `boolean` If true will show uncovered code by default @@ -1807,12 +1789,6 @@ This server accepts configuration via the `settings` key. Complete functions with their parameter signature\. -- **`flow.useLSP`**: `boolean` - - Default: `true` - - Turn off to switch from the official Flow Language Server implementation to talking directly to flow\. - - **`flow.useNPMPackagedFlow`**: `boolean` Default: `true` |
