aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-08 19:39:58 +0000
committergithub-actions <github-actions@github.com>2021-07-08 19:39:58 +0000
commit95d47960d99b1695e8084020cfd954d98b246a05 (patch)
tree88d5fa2d93496f5d9d6ad3330c6ba66aeae46ac4 /CONFIG.md
parentMerge pull request #1041 from mjlbach/fix/try-resolve-new-filepath (diff)
downloadnvim-lspconfig-95d47960d99b1695e8084020cfd954d98b246a05.tar
nvim-lspconfig-95d47960d99b1695e8084020cfd954d98b246a05.tar.gz
nvim-lspconfig-95d47960d99b1695e8084020cfd954d98b246a05.tar.bz2
nvim-lspconfig-95d47960d99b1695e8084020cfd954d98b246a05.tar.lz
nvim-lspconfig-95d47960d99b1695e8084020cfd954d98b246a05.tar.xz
nvim-lspconfig-95d47960d99b1695e8084020cfd954d98b246a05.tar.zst
nvim-lspconfig-95d47960d99b1695e8084020cfd954d98b246a05.zip
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
-rw-r--r--CONFIG.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/CONFIG.md b/CONFIG.md
index bf046f91..0f1cc20b 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -2695,7 +2695,7 @@ This server accepts configuration via the `settings` key.
- **`java.project.importOnFirstTimeStartup`**: `enum { "disabled", "interactive", "automatic" }`
- Default: `"interactive"`
+ Default: `"automatic"`
Specifies whether to import the Java projects\, when opening the folder in Hybrid mode for the first time\.
@@ -3746,7 +3746,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "ocamlinterface", "ocaml", "ocamllex", "menhir", "reason" }
+ filetypes = { "menhir", "reason", "ocamlinterface", "ocaml", "ocamllex" }
get_language_id = function(_, ftype)
return language_id_of[ftype]
end
@@ -6403,6 +6403,12 @@ This server accepts configuration via the `settings` key.
null
+- **`Lua.workspace.checkThirdParty`**: `boolean`
+
+ Default: `true`
+
+ null
+
- **`Lua.workspace.ignoreDir`**: `array`
Default: `{ ".vscode" }`