diff options
| author | github-actions <github-actions@github.com> | 2021-07-08 19:39:58 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-08 19:39:58 +0000 |
| commit | 95d47960d99b1695e8084020cfd954d98b246a05 (patch) | |
| tree | 88d5fa2d93496f5d9d6ad3330c6ba66aeae46ac4 /CONFIG.md | |
| parent | Merge pull request #1041 from mjlbach/fix/try-resolve-new-filepath (diff) | |
| download | nvim-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.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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" }` |
