aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-09-10 02:17:58 +0000
committergithub-actions <github-actions@github.com>2021-09-10 02:17:58 +0000
commit9d21b4e511465d0fe524d0e3b53f730ff5c08eea (patch)
tree3f51475fb635a6d9b705d93f97523156344974c7 /CONFIG.md
parentfix(rust-analyzer): skip stderr for cargo metadata (#1235) (diff)
downloadnvim-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.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 47f53f35..5d7e74a1 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -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`